Skip to content
Snippets Groups Projects
Commit 2dd2ddac authored by Joseph Mirabel's avatar Joseph Mirabel Committed by Joseph Mirabel
Browse files

Cosmetic changes

* Update headers of astar.hh
parent ceb4a354
No related branches found
No related tags found
No related merge requests found
...@@ -2,22 +2,22 @@ ...@@ -2,22 +2,22 @@
// Copyright (c) 2015 CNRS // Copyright (c) 2015 CNRS
// Authors: Florent Lamiraux, Joseph Mirabel // Authors: Florent Lamiraux, Joseph Mirabel
// //
// This file is part of hpp-core // This file is part of hpp-manipulation.gc
// hpp-core is free software: you can redistribute it // hpp-manipulation.gc is free software: you can redistribute it
// and/or modify it under the terms of the GNU Lesser General Public // and/or modify it under the terms of the GNU Lesser General Public
// License as published by the Free Software Foundation, either version // License as published by the Free Software Foundation, either version
// 3 of the License, or (at your option) any later version. // 3 of the License, or (at your option) any later version.
// //
// hpp-core is distributed in the hope that it will be // hpp-manipulation.gc is distributed in the hope that it will be
// useful, but WITHOUT ANY WARRANTY; without even the implied warranty // useful, but WITHOUT ANY WARRANTY; without even the implied warranty
// of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
// General Lesser Public License for more details. You should have // General Lesser Public License for more details. You should have
// received a copy of the GNU Lesser General Public License along with // received a copy of the GNU Lesser General Public License along with
// hpp-core If not, see // hpp-manipulation.gc If not, see
// <http://www.gnu.org/licenses/>. // <http://www.gnu.org/licenses/>.
#ifndef HPP_CORE_ASTAR_HH #ifndef HPP_MANIPULATION_ASTAR_HH
# define HPP_CORE_ASTAR_HH # define HPP_MANIPULATION_ASTAR_HH
# include <limits> # include <limits>
# include <hpp/core/distance.hh> # include <hpp/core/distance.hh>
...@@ -162,4 +162,4 @@ namespace hpp { ...@@ -162,4 +162,4 @@ namespace hpp {
} // namespace hpp } // namespace hpp
#endif // HPP_CORE_ASTAR_HH #endif // HPP_MANIPULATION_ASTAR_HH
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment