From 2dd2ddacbcf5e5bb38e87c38ecaec45471f4938b Mon Sep 17 00:00:00 2001 From: Joseph Mirabel <jmirabel@laas.fr> Date: Fri, 4 Sep 2015 11:44:04 +0200 Subject: [PATCH] Cosmetic changes * Update headers of astar.hh --- src/astar.hh | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/astar.hh b/src/astar.hh index e964bf85..5b4994f3 100644 --- a/src/astar.hh +++ b/src/astar.hh @@ -2,22 +2,22 @@ // Copyright (c) 2015 CNRS // Authors: Florent Lamiraux, Joseph Mirabel // -// This file is part of hpp-core -// hpp-core is free software: you can redistribute it +// This file is part of hpp-manipulation.gc +// hpp-manipulation.gc is free software: you can redistribute it // and/or modify it under the terms of the GNU Lesser General Public // License as published by the Free Software Foundation, either 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 // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU // General Lesser Public License for more details. You should have // 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/>. -#ifndef HPP_CORE_ASTAR_HH -# define HPP_CORE_ASTAR_HH +#ifndef HPP_MANIPULATION_ASTAR_HH +# define HPP_MANIPULATION_ASTAR_HH # include <limits> # include <hpp/core/distance.hh> @@ -162,4 +162,4 @@ namespace hpp { } // namespace hpp -#endif // HPP_CORE_ASTAR_HH +#endif // HPP_MANIPULATION_ASTAR_HH -- GitLab