
https://svn.lrde.epita.fr/svn/oln/trunk/milena Index: ChangeLog from Thierry Geraud <thierry.geraud@lrde.epita.fr> Fix guards. * mln/canvas/morpho/internal/find_root.hh: Fix guards. find_root.hh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Index: mln/canvas/morpho/internal/find_root.hh --- mln/canvas/morpho/internal/find_root.hh (revision 3433) +++ mln/canvas/morpho/internal/find_root.hh (working copy) @@ -25,8 +25,8 @@ // reasons why the executable file might be covered by the GNU General // Public License. -#ifndef MLN_CANVAS_MORPHO_FIND_ROOT_HH -# define MLN_CANVAS_MORPHO_FIND_ROOT_HH +#ifndef MLN_CANVAS_MORPHO_INTERNAL_FIND_ROOT_HH +# define MLN_CANVAS_MORPHO_INTERNAL_FIND_ROOT_HH /// \file mln/canvas/morpho/internal/find_root.hh.hh /// @@ -98,5 +98,5 @@ } // end of namespace mln -#endif // ! MLN_CANVAS_MORPHO_FIND_ROOT_HH +#endif // ! MLN_CANVAS_MORPHO_INTERNAL_FIND_ROOT_HH
participants (1)
-
Thierry Geraud