2006-09-27 Thierry GERAUD <theo(a)tegucigalpa.lrde.epita.fr>
Adjust guards to directory names.
* oln/automatic/topology_having_bbox.hh: Adjust guard to directory name.
* oln/automatic/image.hh: Likewise.
* oln/automatic/image_being_random_accessible.hh: Likewise.
* oln/automatic/image_having_neighborhood.hh: Likewise.
* oln/automatic/topology_being_random_accessible.hh: Likewise.
* oln/automatic/topology_having_neighborhood.hh: Likewise.
* oln/automatic/image_being_mutable.hh: Likewise.
* oln/core/type.hh: Likewise.
* oln/core/traits_id.hh: Likewise.
* oln/core/typedefs.hh: Likewise.
* oln/core/macros.hh: Likewise.
* oln/core/point_set_entry.hh: Likewise.
* oln/core/neighborhood_entry.hh: Likewise.
* oln/core/topology_entry.hh: Likewise.
* oln/core/image_entry.hh: Likewise.
* oln/core/abstract/iterator_on_points.hh: Likewise.
* oln/core/abstract/image.hh: Likewise.
* oln/core/abstract/topology_hierarchies.hh: Likewise.
* oln/core/abstract/topology_having_bbox.hh: Likewise.
* oln/core/abstract/image/type/binary.hh: Likewise.
* oln/core/abstract/image/type/data.hh: Likewise.
* oln/core/abstract/image/type/integre.hh: Likewise.
* oln/core/abstract/image/type/grey_level.hh: Likewise.
* oln/core/abstract/image/type/hierarchy.hh: Likewise.
* oln/core/abstract/image/type/color.hh: Likewise.
* oln/core/abstract/image/type/label.hh: Likewise.
* oln/core/abstract/image/mutability/hierarchy.hh: Likewise.
* oln/core/abstract/image/hierarchies.hh: Likewise.
* oln/core/abstract/image/dimension/1d.hh: Likewise.
* oln/core/abstract/image/dimension/2d.hh: Likewise.
* oln/core/abstract/image/dimension/3d.hh: Likewise.
* oln/core/abstract/image/dimension/hierarchy.hh: Likewise.
* oln/core/abstract/image/neighborhood/hierarchy.hh: Likewise.
* oln/core/abstract/image/accessibility/hierarchy.hh: Likewise.
* oln/core/abstract/image/bbox/hierarchy.hh: Likewise.
* oln/core/abstract/grid.hh: Likewise.
* oln/core/abstract/point_set_being_random_accessible.hh: Likewise.
* oln/core/abstract/any.hh: Likewise.
* oln/core/abstract/point.hh: Likewise.
* oln/core/abstract/iterator.hh: Likewise.
* oln/core/abstract/point_set_being_connected.hh: Likewise.
* oln/core/abstract/bbox.hh: Likewise.
* oln/core/abstract/topology_being_random_accessible.hh: Likewise.
* oln/core/abstract/dpoint.hh: Likewise.
* oln/core/abstract/topology_having_neighborhood.hh: Likewise.
* oln/core/abstract/entry.hh: Likewise.
* oln/core/abstract/point_set.hh: Likewise.
* oln/core/abstract/point_set_having_known_size.hh: Likewise.
* oln/core/abstract/neighborhood.hh: Likewise.
* oln/core/abstract/point_set_having_bbox.hh: Likewise.
* oln/core/abstract/point_set_hierarchies.hh: Likewise.
* oln/core/abstract/topology.hh: Likewise.
* oln/core/abstract/internal/image_impl.hh: Likewise.
* oln/core/1d/grid1d.hh: Likewise.
* oln/core/traits.hh: Likewise.
* oln/core/2d/aliases.hh: Likewise.
* oln/core/2d/neighb2d.hh: Likewise.
* oln/core/2d/dpoint2d.hh: Likewise.
* oln/core/2d/array2d.hh: Likewise.
* oln/core/2d/image2d.hh: Likewise.
* oln/core/2d/grid2d.hh: Likewise.
* oln/core/2d/point2d.hh: Likewise.
* oln/core/3d/grid3d.hh: Likewise.
* oln/core/case.hh: Likewise.
* oln/core/gen/topo_lbbox.hh: Likewise.
* oln/core/gen/bbox.hh: Likewise.
* oln/core/gen/topo_bbox.hh: Likewise.
* oln/core/gen/neighb.hh: Likewise.
* oln/core/gen/fwd_piter_bbox.hh: Likewise.
* oln/core/gen/bbox_fwd_piter.hh: Likewise.
* oln/core/gen/bbox_bkd_piter.hh: Likewise.
* oln/core/gen/bkd_piter_bbox.hh: Likewise.
* oln/core/gen/topo_add_nbh.hh: Likewise.
* oln/core/gen/mapimage.hh: Likewise.
* oln/core/internal/topology_morpher.hh: Likewise.
* oln/core/internal/point_nd.hh: Likewise.
* oln/core/internal/bbox_bkd_piter.hh: Likewise.
* oln/core/internal/bbox_fwd_piter.hh: Likewise.
* oln/core/internal/dpoint_nd.hh: Likewise.
* oln/basics2d.hh: Likewise.
* oln/morpher/identity.hh: Likewise.
* oln/morpher/internal/image_extension.hh: Likewise.
* oln/morpher/tags.hh: Likewise.
* oln/morpher/add_neighborhood.hh: Likewise.
Index: oln/automatic/topology_having_bbox.hh
===================================================================
--- oln/automatic/topology_having_bbox.hh (revision 577)
+++ oln/automatic/topology_having_bbox.hh (working copy)
@@ -25,8 +25,8 @@
// reasons why the executable file might be covered by the GNU General
// Public License.
-#ifndef OLENA_AUTOMATIC_TOPOLOGY_HAVING_BBOX_HH
-# define OLENA_AUTOMATIC_TOPOLOGY_HAVING_BBOX_HH
+#ifndef OLN_AUTOMATIC_TOPOLOGY_HAVING_BBOX_HH
+# define OLN_AUTOMATIC_TOPOLOGY_HAVING_BBOX_HH
# include <oln/core/typedefs.hh>
# include <oln/morpher/tags.hh>
@@ -71,4 +71,4 @@
} // end of namespace oln
-#endif // ! OLENA_AUTOMATIC_TOPOLOGY_HAVING_BBOX_HH
+#endif // ! OLN_AUTOMATIC_TOPOLOGY_HAVING_BBOX_HH
Index: oln/automatic/image.hh
===================================================================
--- oln/automatic/image.hh (revision 577)
+++ oln/automatic/image.hh (working copy)
@@ -25,8 +25,8 @@
// reasons why the executable file might be covered by the GNU General
// Public License.
-#ifndef OLENA_AUTOMATIC_IMAGE_HH
-# define OLENA_AUTOMATIC_IMAGE_HH
+#ifndef OLN_AUTOMATIC_IMAGE_HH
+# define OLN_AUTOMATIC_IMAGE_HH
# include <oln/core/typedefs.hh>
# include <oln/morpher/tags.hh>
@@ -79,4 +79,4 @@
} // end of namespace oln
-#endif // ! OLENA_AUTOMATIC_IMAGE_HH
+#endif // ! OLN_AUTOMATIC_IMAGE_HH
Index: oln/automatic/image_being_random_accessible.hh
===================================================================
--- oln/automatic/image_being_random_accessible.hh (revision 577)
+++ oln/automatic/image_being_random_accessible.hh (working copy)
@@ -25,8 +25,8 @@
// reasons why the executable file might be covered by the GNU General
// Public License.
-#ifndef OLENA_AUTOMATIC_IMAGE_BEING_RANDOM_ACCESSIBLE_HH
-# define OLENA_AUTOMATIC_IMAGE_BEING_RANDOM_ACCESSIBLE_HH
+#ifndef OLN_AUTOMATIC_IMAGE_BEING_RANDOM_ACCESSIBLE_HH
+# define OLN_AUTOMATIC_IMAGE_BEING_RANDOM_ACCESSIBLE_HH
# include <oln/core/typedefs.hh>
# include <oln/morpher/tags.hh>
@@ -101,4 +101,4 @@
} // end of namespace oln
-#endif // ! OLENA_AUTOMATIC_IMAGE_BEING_RANDOM_ACCESSIBLE_HH
+#endif // ! OLN_AUTOMATIC_IMAGE_BEING_RANDOM_ACCESSIBLE_HH
Index: oln/automatic/image_having_neighborhood.hh
===================================================================
--- oln/automatic/image_having_neighborhood.hh (revision 577)
+++ oln/automatic/image_having_neighborhood.hh (working copy)
@@ -25,8 +25,8 @@
// reasons why the executable file might be covered by the GNU General
// Public License.
-#ifndef OLENA_AUTOMATIC_IMAGE_HAVING_NEIGHBORHOOD_HH
-# define OLENA_AUTOMATIC_IMAGE_HAVING_NEIGHBORHOOD_HH
+#ifndef OLN_AUTOMATIC_IMAGE_HAVING_NEIGHBORHOOD_HH
+# define OLN_AUTOMATIC_IMAGE_HAVING_NEIGHBORHOOD_HH
# include <oln/core/typedefs.hh>
# include <oln/morpher/tags.hh>
@@ -67,4 +67,4 @@
} // end of namespace oln
-#endif // ! OLENA_AUTOMATIC_IMAGE_HAVING_NEIGHBORHOOD_HH
+#endif // ! OLN_AUTOMATIC_IMAGE_HAVING_NEIGHBORHOOD_HH
Index: oln/automatic/topology_being_random_accessible.hh
===================================================================
--- oln/automatic/topology_being_random_accessible.hh (revision 577)
+++ oln/automatic/topology_being_random_accessible.hh (working copy)
@@ -25,8 +25,8 @@
// reasons why the executable file might be covered by the GNU General
// Public License.
-#ifndef OLENA_AUTOMATIC_TOPOLOGY_BEING_RANDOM_ACCESSIBLE_HH
-# define OLENA_AUTOMATIC_TOPOLOGY_BEING_RANDOM_ACCESSIBLE_HH
+#ifndef OLN_AUTOMATIC_TOPOLOGY_BEING_RANDOM_ACCESSIBLE_HH
+# define OLN_AUTOMATIC_TOPOLOGY_BEING_RANDOM_ACCESSIBLE_HH
# include <oln/core/typedefs.hh>
# include <oln/morpher/tags.hh>
@@ -76,4 +76,4 @@
} // end of namespace oln
-#endif // ! OLENA_AUTOMATIC_TOPOLOGY_BEING_RANDOM_ACCESSIBLE_HH
+#endif // ! OLN_AUTOMATIC_TOPOLOGY_BEING_RANDOM_ACCESSIBLE_HH
Index: oln/automatic/topology_having_neighborhood.hh
===================================================================
--- oln/automatic/topology_having_neighborhood.hh (revision 577)
+++ oln/automatic/topology_having_neighborhood.hh (working copy)
@@ -25,8 +25,8 @@
// reasons why the executable file might be covered by the GNU General
// Public License.
-#ifndef OLENA_AUTOMATIC_TOPOLOGY_HAVING_NEIGHBORHOOD_HH
-# define OLENA_AUTOMATIC_TOPOLOGY_HAVING_NEIGHBORHOOD_HH
+#ifndef OLN_AUTOMATIC_TOPOLOGY_HAVING_NEIGHBORHOOD_HH
+# define OLN_AUTOMATIC_TOPOLOGY_HAVING_NEIGHBORHOOD_HH
# include <oln/core/typedefs.hh>
# include <oln/morpher/tags.hh>
@@ -71,4 +71,4 @@
} // end of namespace oln
-#endif // ! OLENA_AUTOMATIC_TOPOLOGY_HAVING_NEIGHBORHOOD_HH
+#endif // ! OLN_AUTOMATIC_TOPOLOGY_HAVING_NEIGHBORHOOD_HH
Index: oln/automatic/image_being_mutable.hh
===================================================================
--- oln/automatic/image_being_mutable.hh (revision 577)
+++ oln/automatic/image_being_mutable.hh (working copy)
@@ -25,8 +25,8 @@
// reasons why the executable file might be covered by the GNU General
// Public License.
-#ifndef OLENA_AUTOMATIC_IMAGE_BEING_MUTABLE_HH
-# define OLENA_AUTOMATIC_IMAGE_BEING_MUTABLE_HH
+#ifndef OLN_AUTOMATIC_IMAGE_BEING_MUTABLE_HH
+# define OLN_AUTOMATIC_IMAGE_BEING_MUTABLE_HH
# include <oln/core/typedefs.hh>
# include <oln/morpher/tags.hh>
@@ -66,4 +66,4 @@
} // end of namespace oln
-#endif // ! OLENA_AUTOMATIC_IMAGE_BEING_MUTABLE_HH
+#endif // ! OLN_AUTOMATIC_IMAGE_BEING_MUTABLE_HH
Index: oln/core/type.hh
===================================================================
--- oln/core/type.hh (revision 577)
+++ oln/core/type.hh (working copy)
@@ -25,8 +25,8 @@
// reasons why the executable file might be covered by the GNU General
// Public License.
-#ifndef OLENA_CORE_TYPE_HH
-# define OLENA_CORE_TYPE_HH
+#ifndef OLN_CORE_TYPE_HH
+# define OLN_CORE_TYPE_HH
namespace oln
@@ -41,4 +41,4 @@
} // end of namespace oln
-#endif // ! OLENA_CORE_TYPE_HH
+#endif // ! OLN_CORE_TYPE_HH
Index: oln/core/traits_id.hh
===================================================================
--- oln/core/traits_id.hh (revision 577)
+++ oln/core/traits_id.hh (working copy)
@@ -25,8 +25,8 @@
// reasons why the executable file might be covered by the GNU General
// Public License.
-#ifndef OLENA_CORE_TRAITS_ID_HH
-# define OLENA_CORE_TRAITS_ID_HH
+#ifndef OLN_CORE_TRAITS_ID_HH
+# define OLN_CORE_TRAITS_ID_HH
# include <oln/core/traits.hh>
@@ -77,4 +77,4 @@
-#endif // ! OLENA_CORE_TRAITS_ID_HH
+#endif // ! OLN_CORE_TRAITS_ID_HH
Index: oln/core/typedefs.hh
===================================================================
--- oln/core/typedefs.hh (revision 577)
+++ oln/core/typedefs.hh (working copy)
@@ -25,8 +25,8 @@
// reasons why the executable file might be covered by the GNU General
// Public License.
-#ifndef OLENA_CORE_TYPEDEFS_HH
-# define OLENA_CORE_TYPEDEFS_HH
+#ifndef OLN_CORE_TYPEDEFS_HH
+# define OLN_CORE_TYPEDEFS_HH
# include <iostream>
@@ -200,4 +200,4 @@
# include <oln/core/abstract/entry.hh>
-#endif // ! OLENA_CORE_TYPEDEFS_HH
+#endif // ! OLN_CORE_TYPEDEFS_HH
Index: oln/core/macros.hh
===================================================================
--- oln/core/macros.hh (revision 577)
+++ oln/core/macros.hh (working copy)
@@ -25,8 +25,8 @@
// reasons why the executable file might be covered by the GNU General
// Public License.
-#ifndef OLENA_CORE_MACROS_HH
-# define OLENA_CORE_MACROS_HH
+#ifndef OLN_CORE_MACROS_HH
+# define OLN_CORE_MACROS_HH
// --------------------- //
// Virtual type access. //
@@ -124,4 +124,4 @@
stc_check_direct_type_of_(oln, void, OlnType, Alias)
-#endif // ! OLENA_CORE_MACROS_HH
+#endif // ! OLN_CORE_MACROS_HH
Index: oln/core/point_set_entry.hh
===================================================================
--- oln/core/point_set_entry.hh (revision 577)
+++ oln/core/point_set_entry.hh (working copy)
@@ -25,8 +25,8 @@
// reasons why the executable file might be covered by the GNU General
// Public License.
-#ifndef OLENA_CORE_POINT_SET_ENTRY_HH
-# define OLENA_CORE_POINT_SET_ENTRY_HH
+#ifndef OLN_CORE_POINT_SET_ENTRY_HH
+# define OLN_CORE_POINT_SET_ENTRY_HH
# include <oln/core/abstract/entry.hh>
# include <oln/core/abstract/point_set.hh>
@@ -100,4 +100,4 @@
} // end of namespace oln
-#endif // ! OLENA_CORE_POINT_SET_ENTRY_HH
+#endif // ! OLN_CORE_POINT_SET_ENTRY_HH
Index: oln/core/neighborhood_entry.hh
===================================================================
--- oln/core/neighborhood_entry.hh (revision 577)
+++ oln/core/neighborhood_entry.hh (working copy)
@@ -25,8 +25,8 @@
// reasons why the executable file might be covered by the GNU General
// Public License.
-#ifndef OLENA_CORE_NEIGHBORHOOD_ENTRY_HH
-# define OLENA_CORE_NEIGHBORHOOD_ENTRY_HH
+#ifndef OLN_CORE_NEIGHBORHOOD_ENTRY_HH
+# define OLN_CORE_NEIGHBORHOOD_ENTRY_HH
# include <oln/core/abstract/entry.hh>
# include <oln/core/abstract/neighborhood.hh>
@@ -60,4 +60,4 @@
} // end of namespace oln
-#endif // ! OLENA_CORE_NEIGHBORHOOD_ENTRY_HH
+#endif // ! OLN_CORE_NEIGHBORHOOD_ENTRY_HH
Index: oln/core/topology_entry.hh
===================================================================
--- oln/core/topology_entry.hh (revision 577)
+++ oln/core/topology_entry.hh (working copy)
@@ -25,8 +25,8 @@
// reasons why the executable file might be covered by the GNU General
// Public License.
-#ifndef OLENA_CORE_TOPOLOGY_ENTRY_HH
-# define OLENA_CORE_TOPOLOGY_ENTRY_HH
+#ifndef OLN_CORE_TOPOLOGY_ENTRY_HH
+# define OLN_CORE_TOPOLOGY_ENTRY_HH
# include <oln/core/abstract/entry.hh>
# include <oln/core/abstract/topology.hh>
@@ -69,4 +69,4 @@
} // end of namespace oln
-#endif // ! OLENA_CORE_TOPOLOGY_ENTRY_HH
+#endif // ! OLN_CORE_TOPOLOGY_ENTRY_HH
Index: oln/core/image_entry.hh
===================================================================
--- oln/core/image_entry.hh (revision 577)
+++ oln/core/image_entry.hh (working copy)
@@ -25,8 +25,8 @@
// reasons why the executable file might be covered by the GNU General
// Public License.
-#ifndef OLENA_CORE_IMAGE_ENTRY_HH
-# define OLENA_CORE_IMAGE_ENTRY_HH
+#ifndef OLN_CORE_IMAGE_ENTRY_HH
+# define OLN_CORE_IMAGE_ENTRY_HH
# include <oln/core/abstract/entry.hh>
# include <oln/core/abstract/image.hh>
@@ -99,4 +99,4 @@
} // end of namespace oln
-#endif // ! OLENA_CORE_IMAGE_ENTRY_HH
+#endif // ! OLN_CORE_IMAGE_ENTRY_HH
Index: oln/core/abstract/iterator_on_points.hh
===================================================================
--- oln/core/abstract/iterator_on_points.hh (revision 577)
+++ oln/core/abstract/iterator_on_points.hh (working copy)
@@ -26,8 +26,8 @@
// reasons why the executable file might be covered by the GNU General
// Public License.
-#ifndef OLENA_CORE_ABSTRACT_ITERATOR_ON_POINTS_HH
-# define OLENA_CORE_ABSTRACT_ITERATOR_ON_POINTS_HH
+#ifndef OLN_CORE_ABSTRACT_ITERATOR_ON_POINTS_HH
+# define OLN_CORE_ABSTRACT_ITERATOR_ON_POINTS_HH
# include <oln/core/abstract/iterator.hh>
# include <oln/core/abstract/point.hh>
@@ -107,4 +107,4 @@
} // end of namespace oln
-#endif // ! OLENA_CORE_ABSTRACT_ITERATOR_ON_POINTS_HH
+#endif // ! OLN_CORE_ABSTRACT_ITERATOR_ON_POINTS_HH
Index: oln/core/abstract/image.hh
===================================================================
--- oln/core/abstract/image.hh (revision 577)
+++ oln/core/abstract/image.hh (working copy)
@@ -26,8 +26,8 @@
// reasons why the executable file might be covered by the GNU General
// Public License.
-#ifndef OLENA_CORE_ABSTRACT_IMAGE_HH
-# define OLENA_CORE_ABSTRACT_IMAGE_HH
+#ifndef OLN_CORE_ABSTRACT_IMAGE_HH
+# define OLN_CORE_ABSTRACT_IMAGE_HH
# include <oln/core/typedefs.hh>
# include <oln/automatic/image.hh>
@@ -144,4 +144,4 @@
# include <oln/core/abstract/image/hierarchies.hh>
-#endif // ! OLENA_CORE_ABSTRACT_IMAGE_HH
+#endif // ! OLN_CORE_ABSTRACT_IMAGE_HH
Index: oln/core/abstract/topology_hierarchies.hh
===================================================================
--- oln/core/abstract/topology_hierarchies.hh (revision 577)
+++ oln/core/abstract/topology_hierarchies.hh (working copy)
@@ -25,8 +25,8 @@
// reasons why the executable file might be covered by the GNU General
// Public License.
-#ifndef OLENA_CORE_ABSTRACT_TOPOLOGY_HIERARCHIES_HH
-# define OLENA_CORE_ABSTRACT_TOPOLOGY_HIERARCHIES_HH
+#ifndef OLN_CORE_ABSTRACT_TOPOLOGY_HIERARCHIES_HH
+# define OLN_CORE_ABSTRACT_TOPOLOGY_HIERARCHIES_HH
# include <oln/core/abstract/topology.hh>
@@ -52,5 +52,5 @@
-#endif // ! OLENA_CORE_ABSTRACT_TOPOLOGY_HIERARCHIES_HH
+#endif // ! OLN_CORE_ABSTRACT_TOPOLOGY_HIERARCHIES_HH
Index: oln/core/abstract/topology_having_bbox.hh
===================================================================
--- oln/core/abstract/topology_having_bbox.hh (revision 577)
+++ oln/core/abstract/topology_having_bbox.hh (working copy)
@@ -25,8 +25,8 @@
// reasons why the executable file might be covered by the GNU General
// Public License.
-#ifndef OLENA_CORE_ABSTRACT_TOPOLOGY_HAVING_BBOX_HH
-# define OLENA_CORE_ABSTRACT_TOPOLOGY_HAVING_BBOX_HH
+#ifndef OLN_CORE_ABSTRACT_TOPOLOGY_HAVING_BBOX_HH
+# define OLN_CORE_ABSTRACT_TOPOLOGY_HAVING_BBOX_HH
# include <oln/core/abstract/topology.hh>
# include <oln/automatic/topology_having_bbox.hh>
@@ -89,4 +89,4 @@
} // end of namespace oln
-#endif // ! OLENA_CORE_ABSTRACT_TOPOLOGY_HAVING_BBOX_HH
+#endif // ! OLN_CORE_ABSTRACT_TOPOLOGY_HAVING_BBOX_HH
Index: oln/core/abstract/image/type/binary.hh
===================================================================
--- oln/core/abstract/image/type/binary.hh (revision 577)
+++ oln/core/abstract/image/type/binary.hh (working copy)
@@ -25,8 +25,8 @@
// reasons why the executable file might be covered by the GNU General
// Public License.
-#ifndef OLENA_CORE_ABSTRACT_IMAGE_TYPE_BINARY_HH
-# define OLENA_CORE_ABSTRACT_IMAGE_TYPE_BINARY_HH
+#ifndef OLN_CORE_ABSTRACT_IMAGE_TYPE_BINARY_HH
+# define OLN_CORE_ABSTRACT_IMAGE_TYPE_BINARY_HH
# include <oln/core/abstract/image/type/label.hh>
@@ -53,4 +53,4 @@
} // end of namespace oln
-#endif // ! OLENA_CORE_ABSTRACT_IMAGE_TYPE_BINARY_HH
+#endif // ! OLN_CORE_ABSTRACT_IMAGE_TYPE_BINARY_HH
Index: oln/core/abstract/image/type/data.hh
===================================================================
--- oln/core/abstract/image/type/data.hh (revision 577)
+++ oln/core/abstract/image/type/data.hh (working copy)
@@ -25,8 +25,8 @@
// reasons why the executable file might be covered by the GNU General
// Public License.
-#ifndef OLENA_CORE_ABSTRACT_IMAGE_TYPE_DATA_HH
-# define OLENA_CORE_ABSTRACT_IMAGE_TYPE_DATA_HH
+#ifndef OLN_CORE_ABSTRACT_IMAGE_TYPE_DATA_HH
+# define OLN_CORE_ABSTRACT_IMAGE_TYPE_DATA_HH
# include <oln/core/abstract/image.hh>
@@ -51,4 +51,4 @@
} // end of namespace oln
-#endif // ! OLENA_CORE_ABSTRACT_IMAGE_TYPE_DATA_HH
+#endif // ! OLN_CORE_ABSTRACT_IMAGE_TYPE_DATA_HH
Index: oln/core/abstract/image/type/integre.hh
===================================================================
--- oln/core/abstract/image/type/integre.hh (revision 577)
+++ oln/core/abstract/image/type/integre.hh (working copy)
@@ -29,8 +29,8 @@
// FIXME: Move this file into Integre? Or in a another project,
// serving as a glue between Integre and Olena?
-#ifndef OLENA_CORE_ABSTRACT_IMAGE_TYPE_INTEGRE_HH
-# define OLENA_CORE_ABSTRACT_IMAGE_TYPE_INTEGRE_HH
+#ifndef OLN_CORE_ABSTRACT_IMAGE_TYPE_INTEGRE_HH
+# define OLN_CORE_ABSTRACT_IMAGE_TYPE_INTEGRE_HH
# include <oln/core/abstract/image/type/hierarchy.hh>
@@ -142,4 +142,4 @@
} // end of namespace oln
-#endif // ! OLENA_CORE_ABSTRACT_IMAGE_TYPE_INTEGRE_HH
+#endif // ! OLN_CORE_ABSTRACT_IMAGE_TYPE_INTEGRE_HH
Index: oln/core/abstract/image/type/grey_level.hh
===================================================================
--- oln/core/abstract/image/type/grey_level.hh (revision 577)
+++ oln/core/abstract/image/type/grey_level.hh (working copy)
@@ -25,8 +25,8 @@
// reasons why the executable file might be covered by the GNU General
// Public License.
-#ifndef OLENA_CORE_ABSTRACT_IMAGE_TYPE_GREY_LEVEL_HH
-# define OLENA_CORE_ABSTRACT_IMAGE_TYPE_GREY_LEVEL_HH
+#ifndef OLN_CORE_ABSTRACT_IMAGE_TYPE_GREY_LEVEL_HH
+# define OLN_CORE_ABSTRACT_IMAGE_TYPE_GREY_LEVEL_HH
# include <oln/core/abstract/image.hh>
@@ -57,4 +57,4 @@
} // end of namespace oln
-#endif // ! OLENA_CORE_ABSTRACT_IMAGE_TYPE_GREY_LEVEL_HH
+#endif // ! OLN_CORE_ABSTRACT_IMAGE_TYPE_GREY_LEVEL_HH
Index: oln/core/abstract/image/type/hierarchy.hh
===================================================================
--- oln/core/abstract/image/type/hierarchy.hh (revision 577)
+++ oln/core/abstract/image/type/hierarchy.hh (working copy)
@@ -25,8 +25,8 @@
// reasons why the executable file might be covered by the GNU General
// Public License.
-#ifndef OLENA_CORE_ABSTRACT_IMAGE_TYPE_HIERARCHY_HH
-# define OLENA_CORE_ABSTRACT_IMAGE_TYPE_HIERARCHY_HH
+#ifndef OLN_CORE_ABSTRACT_IMAGE_TYPE_HIERARCHY_HH
+# define OLN_CORE_ABSTRACT_IMAGE_TYPE_HIERARCHY_HH
# include <oln/core/abstract/image.hh>
@@ -140,4 +140,4 @@
} // end of namespace oln
-#endif // ! OLENA_CORE_ABSTRACT_IMAGE_TYPE_HIERARCHY_HH
+#endif // ! OLN_CORE_ABSTRACT_IMAGE_TYPE_HIERARCHY_HH
Index: oln/core/abstract/image/type/color.hh
===================================================================
--- oln/core/abstract/image/type/color.hh (revision 577)
+++ oln/core/abstract/image/type/color.hh (working copy)
@@ -25,8 +25,8 @@
// reasons why the executable file might be covered by the GNU General
// Public License.
-#ifndef OLENA_CORE_ABSTRACT_IMAGE_TYPE_COLOR_HH
-# define OLENA_CORE_ABSTRACT_IMAGE_TYPE_COLOR_HH
+#ifndef OLN_CORE_ABSTRACT_IMAGE_TYPE_COLOR_HH
+# define OLN_CORE_ABSTRACT_IMAGE_TYPE_COLOR_HH
# include <oln/core/abstract/image.hh>
@@ -52,4 +52,4 @@
-#endif // ! OLENA_CORE_ABSTRACT_IMAGE_TYPE_COLOR_HH
+#endif // ! OLN_CORE_ABSTRACT_IMAGE_TYPE_COLOR_HH
Index: oln/core/abstract/image/type/label.hh
===================================================================
--- oln/core/abstract/image/type/label.hh (revision 577)
+++ oln/core/abstract/image/type/label.hh (working copy)
@@ -25,8 +25,8 @@
// reasons why the executable file might be covered by the GNU General
// Public License.
-#ifndef OLENA_CORE_ABSTRACT_IMAGE_TYPE_LABEL_HH
-# define OLENA_CORE_ABSTRACT_IMAGE_TYPE_LABEL_HH
+#ifndef OLN_CORE_ABSTRACT_IMAGE_TYPE_LABEL_HH
+# define OLN_CORE_ABSTRACT_IMAGE_TYPE_LABEL_HH
# include <oln/core/abstract/image.hh>
@@ -53,4 +53,4 @@
} // end of namespace oln
-#endif // ! OLENA_CORE_ABSTRACT_IMAGE_TYPE_LABEL_HH
+#endif // ! OLN_CORE_ABSTRACT_IMAGE_TYPE_LABEL_HH
Index: oln/core/abstract/image/mutability/hierarchy.hh
===================================================================
--- oln/core/abstract/image/mutability/hierarchy.hh (revision 577)
+++ oln/core/abstract/image/mutability/hierarchy.hh (working copy)
@@ -25,8 +25,8 @@
// reasons why the executable file might be covered by the GNU General
// Public License.
-#ifndef OLENA_CORE_ABSTRACT_IMAGE_MUTABILITY_HIERARCHY_HH
-# define OLENA_CORE_ABSTRACT_IMAGE_MUTABILITY_HIERARCHY_HH
+#ifndef OLN_CORE_ABSTRACT_IMAGE_MUTABILITY_HIERARCHY_HH
+# define OLN_CORE_ABSTRACT_IMAGE_MUTABILITY_HIERARCHY_HH
# include <oln/core/abstract/image.hh>
@@ -101,4 +101,4 @@
} // end of namespace oln
-#endif // ! OLENA_CORE_ABSTRACT_IMAGE_MUTABILITY_HIERARCHY_HH
+#endif // ! OLN_CORE_ABSTRACT_IMAGE_MUTABILITY_HIERARCHY_HH
Index: oln/core/abstract/image/hierarchies.hh
===================================================================
--- oln/core/abstract/image/hierarchies.hh (revision 577)
+++ oln/core/abstract/image/hierarchies.hh (working copy)
@@ -25,8 +25,8 @@
// reasons why the executable file might be covered by the GNU General
// Public License.
-#ifndef OLENA_CORE_ABSTRACT_IMAGE_HIERARCHIES_HH
-# define OLENA_CORE_ABSTRACT_IMAGE_HIERARCHIES_HH
+#ifndef OLN_CORE_ABSTRACT_IMAGE_HIERARCHIES_HH
+# define OLN_CORE_ABSTRACT_IMAGE_HIERARCHIES_HH
# include <oln/core/abstract/image.hh>
@@ -70,4 +70,4 @@
# include <oln/core/abstract/image/mutability/hierarchy.hh>
-#endif // ! OLENA_CORE_ABSTRACT_IMAGE_HIERARCHIES_HH
+#endif // ! OLN_CORE_ABSTRACT_IMAGE_HIERARCHIES_HH
Index: oln/core/abstract/image/dimension/1d.hh
===================================================================
--- oln/core/abstract/image/dimension/1d.hh (revision 577)
+++ oln/core/abstract/image/dimension/1d.hh (working copy)
@@ -25,8 +25,8 @@
// reasons why the executable file might be covered by the GNU General
// Public License.
-#ifndef OLENA_CORE_ABSTRACT_IMAGE_DIMENSION_1D_HH
-# define OLENA_CORE_ABSTRACT_IMAGE_DIMENSION_1D_HH
+#ifndef OLN_CORE_ABSTRACT_IMAGE_DIMENSION_1D_HH
+# define OLN_CORE_ABSTRACT_IMAGE_DIMENSION_1D_HH
# include <oln/core/abstract/image.hh>
@@ -52,4 +52,4 @@
} // end of namespace oln
-#endif // ! OLENA_CORE_ABSTRACT_IMAGE_DIMENSION_1D_HH
+#endif // ! OLN_CORE_ABSTRACT_IMAGE_DIMENSION_1D_HH
Index: oln/core/abstract/image/dimension/2d.hh
===================================================================
--- oln/core/abstract/image/dimension/2d.hh (revision 577)
+++ oln/core/abstract/image/dimension/2d.hh (working copy)
@@ -25,8 +25,8 @@
// reasons why the executable file might be covered by the GNU General
// Public License.
-#ifndef OLENA_CORE_ABSTRACT_IMAGE_DIMENSION_2D_HH
-# define OLENA_CORE_ABSTRACT_IMAGE_DIMENSION_2D_HH
+#ifndef OLN_CORE_ABSTRACT_IMAGE_DIMENSION_2D_HH
+# define OLN_CORE_ABSTRACT_IMAGE_DIMENSION_2D_HH
# include <oln/core/abstract/image.hh>
@@ -53,4 +53,4 @@
} // end of namespace oln
-#endif // ! OLENA_CORE_ABSTRACT_IMAGE_DIMENSION_2D_HH
+#endif // ! OLN_CORE_ABSTRACT_IMAGE_DIMENSION_2D_HH
Index: oln/core/abstract/image/dimension/3d.hh
===================================================================
--- oln/core/abstract/image/dimension/3d.hh (revision 577)
+++ oln/core/abstract/image/dimension/3d.hh (working copy)
@@ -25,8 +25,8 @@
// reasons why the executable file might be covered by the GNU General
// Public License.
-#ifndef OLENA_CORE_ABSTRACT_IMAGE_DIMENSION_3D_HH
-# define OLENA_CORE_ABSTRACT_IMAGE_DIMENSION_3D_HH
+#ifndef OLN_CORE_ABSTRACT_IMAGE_DIMENSION_3D_HH
+# define OLN_CORE_ABSTRACT_IMAGE_DIMENSION_3D_HH
# include <oln/core/abstract/image.hh>
@@ -53,4 +53,4 @@
} // end of namespace oln
-#endif // ! OLENA_CORE_ABSTRACT_IMAGE_DIMENSION_3D_HH
+#endif // ! OLN_CORE_ABSTRACT_IMAGE_DIMENSION_3D_HH
Index: oln/core/abstract/image/dimension/hierarchy.hh
===================================================================
--- oln/core/abstract/image/dimension/hierarchy.hh (revision 577)
+++ oln/core/abstract/image/dimension/hierarchy.hh (working copy)
@@ -25,8 +25,8 @@
// reasons why the executable file might be covered by the GNU General
// Public License.
-#ifndef OLENA_CORE_ABSTRACT_IMAGE_DIMENSION_HIERARCHY_HH
-# define OLENA_CORE_ABSTRACT_IMAGE_DIMENSION_HIERARCHY_HH
+#ifndef OLN_CORE_ABSTRACT_IMAGE_DIMENSION_HIERARCHY_HH
+# define OLN_CORE_ABSTRACT_IMAGE_DIMENSION_HIERARCHY_HH
# include <oln/core/abstract/image.hh>
@@ -117,4 +117,4 @@
}
-#endif // ! OLENA_CORE_ABSTRACT_IMAGE_DIMENSION_HIERARCHY_HH
+#endif // ! OLN_CORE_ABSTRACT_IMAGE_DIMENSION_HIERARCHY_HH
Index: oln/core/abstract/image/neighborhood/hierarchy.hh
===================================================================
--- oln/core/abstract/image/neighborhood/hierarchy.hh (revision 577)
+++ oln/core/abstract/image/neighborhood/hierarchy.hh (working copy)
@@ -25,8 +25,8 @@
// reasons why the executable file might be covered by the GNU General
// Public License.
-#ifndef OLENA_CORE_ABSTRACT_IMAGE_NEIGHBORHOOD_HIERARCHY_HH
-# define OLENA_CORE_ABSTRACT_IMAGE_NEIGHBORHOOD_HIERARCHY_HH
+#ifndef OLN_CORE_ABSTRACT_IMAGE_NEIGHBORHOOD_HIERARCHY_HH
+# define OLN_CORE_ABSTRACT_IMAGE_NEIGHBORHOOD_HIERARCHY_HH
# include <oln/core/abstract/image.hh>
@@ -107,4 +107,4 @@
} // end of namespace oln
-#endif // ! OLENA_CORE_ABSTRACT_IMAGE_NEIGHBORHOOD_HIERARCHY_HH
+#endif // ! OLN_CORE_ABSTRACT_IMAGE_NEIGHBORHOOD_HIERARCHY_HH
Index: oln/core/abstract/image/accessibility/hierarchy.hh
===================================================================
--- oln/core/abstract/image/accessibility/hierarchy.hh (revision 577)
+++ oln/core/abstract/image/accessibility/hierarchy.hh (working copy)
@@ -25,8 +25,8 @@
// reasons why the executable file might be covered by the GNU General
// Public License.
-#ifndef OLENA_CORE_ABSTRACT_IMAGE_ACCESSIBILITY_HIERARCHY_HH
-# define OLENA_CORE_ABSTRACT_IMAGE_ACCESSIBILITY_HIERARCHY_HH
+#ifndef OLN_CORE_ABSTRACT_IMAGE_ACCESSIBILITY_HIERARCHY_HH
+# define OLN_CORE_ABSTRACT_IMAGE_ACCESSIBILITY_HIERARCHY_HH
# include <oln/core/abstract/image.hh>
# include <oln/automatic/image_being_random_accessible.hh>
@@ -89,4 +89,4 @@
} // end of namespace oln
-#endif // ! OLENA_CORE_ABSTRACT_IMAGE_ACCESSIBILITY_HIERARCHY_HH
+#endif // ! OLN_CORE_ABSTRACT_IMAGE_ACCESSIBILITY_HIERARCHY_HH
Index: oln/core/abstract/image/bbox/hierarchy.hh
===================================================================
--- oln/core/abstract/image/bbox/hierarchy.hh (revision 577)
+++ oln/core/abstract/image/bbox/hierarchy.hh (working copy)
@@ -25,8 +25,8 @@
// reasons why the executable file might be covered by the GNU General
// Public License.
-#ifndef OLENA_CORE_ABSTRACT_IMAGE_BBOX_HIERARCHY_HH
-# define OLENA_CORE_ABSTRACT_IMAGE_BBOX_HIERARCHY_HH
+#ifndef OLN_CORE_ABSTRACT_IMAGE_BBOX_HIERARCHY_HH
+# define OLN_CORE_ABSTRACT_IMAGE_BBOX_HIERARCHY_HH
# include <oln/core/abstract/image.hh>
@@ -116,4 +116,4 @@
} // end of namespace oln
-#endif // ! OLENA_CORE_ABSTRACT_IMAGE_BBOX_HIERARCHY_HH
+#endif // ! OLN_CORE_ABSTRACT_IMAGE_BBOX_HIERARCHY_HH
Index: oln/core/abstract/grid.hh
===================================================================
--- oln/core/abstract/grid.hh (revision 577)
+++ oln/core/abstract/grid.hh (working copy)
@@ -25,8 +25,8 @@
// reasons why the executable file might be covered by the GNU General
// Public License.
-#ifndef OLENA_CORE_ABSTRACT_GRID_HH
-# define OLENA_CORE_ABSTRACT_GRID_HH
+#ifndef OLN_CORE_ABSTRACT_GRID_HH
+# define OLN_CORE_ABSTRACT_GRID_HH
# include <mlc/assert.hh>
# include <mlc/cmp.hh>
@@ -69,4 +69,4 @@
} // end of namespace oln
-#endif // ! OLENA_CORE_ABSTRACT_GRID_HH
+#endif // ! OLN_CORE_ABSTRACT_GRID_HH
Index: oln/core/abstract/point_set_being_random_accessible.hh
===================================================================
--- oln/core/abstract/point_set_being_random_accessible.hh (revision 577)
+++ oln/core/abstract/point_set_being_random_accessible.hh (working copy)
@@ -25,8 +25,8 @@
// reasons why the executable file might be covered by the GNU General
// Public License.
-#ifndef OLENA_CORE_ABSTRACT_POINT_SET_BEING_RANDOM_ACCESSIBLE_HH
-# define OLENA_CORE_ABSTRACT_POINT_SET_BEING_RANDOM_ACCESSIBLE_HH
+#ifndef OLN_CORE_ABSTRACT_POINT_SET_BEING_RANDOM_ACCESSIBLE_HH
+# define OLN_CORE_ABSTRACT_POINT_SET_BEING_RANDOM_ACCESSIBLE_HH
# include <oln/core/abstract/point_set.hh>
@@ -71,4 +71,4 @@
} // end of namespace oln
-#endif // ! OLENA_CORE_ABSTRACT_POINT_SET_BEING_RANDOM_ACCESSIBLE_HH
+#endif // ! OLN_CORE_ABSTRACT_POINT_SET_BEING_RANDOM_ACCESSIBLE_HH
Index: oln/core/abstract/any.hh
===================================================================
--- oln/core/abstract/any.hh (revision 577)
+++ oln/core/abstract/any.hh (working copy)
@@ -26,8 +26,8 @@
// reasons why the executable file might be covered by the GNU General
// Public License.
-#ifndef OLENA_CORE_ABSTRACT_ANY_HH
-# define OLENA_CORE_ABSTRACT_ANY_HH
+#ifndef OLN_CORE_ABSTRACT_ANY_HH
+# define OLN_CORE_ABSTRACT_ANY_HH
# include <stc/any.hh>
# include <mlc/bool.hh>
@@ -69,4 +69,4 @@
mlc_is_a(Type, oln::abstract::any_best_speed) >
-#endif // ! OLENA_CORE_ABSTRACT_ANY_HH
+#endif // ! OLN_CORE_ABSTRACT_ANY_HH
Index: oln/core/abstract/point.hh
===================================================================
--- oln/core/abstract/point.hh (revision 577)
+++ oln/core/abstract/point.hh (working copy)
@@ -26,8 +26,8 @@
// reasons why the executable file might be covered by the GNU General
// Public License.
-#ifndef OLENA_CORE_ABSTRACT_POINT_HH
-# define OLENA_CORE_ABSTRACT_POINT_HH
+#ifndef OLN_CORE_ABSTRACT_POINT_HH
+# define OLN_CORE_ABSTRACT_POINT_HH
# include <oln/core/typedefs.hh>
# include <oln/core/traits_id.hh>
@@ -319,4 +319,4 @@
} // end of namespace oln
-#endif // ! OLENA_CORE_ABSTRACT_POINT_HH
+#endif // ! OLN_CORE_ABSTRACT_POINT_HH
Index: oln/core/abstract/iterator.hh
===================================================================
--- oln/core/abstract/iterator.hh (revision 577)
+++ oln/core/abstract/iterator.hh (working copy)
@@ -26,8 +26,8 @@
// reasons why the executable file might be covered by the GNU General
// Public License.
-#ifndef OLENA_CORE_ABSTRACT_ITERATOR_HH
-# define OLENA_CORE_ABSTRACT_ITERATOR_HH
+#ifndef OLN_CORE_ABSTRACT_ITERATOR_HH
+# define OLN_CORE_ABSTRACT_ITERATOR_HH
# include <oln/core/typedefs.hh>
@@ -85,4 +85,4 @@
#define for_all(i) for (i.start(); i.is_valid(); i.next())
-#endif // ! OLENA_CORE_ABSTRACT_ITERATOR_HH
+#endif // ! OLN_CORE_ABSTRACT_ITERATOR_HH
Index: oln/core/abstract/point_set_being_connected.hh
===================================================================
--- oln/core/abstract/point_set_being_connected.hh (revision 577)
+++ oln/core/abstract/point_set_being_connected.hh (working copy)
@@ -25,8 +25,8 @@
// reasons why the executable file might be covered by the GNU General
// Public License.
-#ifndef OLENA_CORE_ABSTRACT_POINT_SET_BEING_CONNECTED_HH
-# define OLENA_CORE_ABSTRACT_POINT_SET_BEING_CONNECTED_HH
+#ifndef OLN_CORE_ABSTRACT_POINT_SET_BEING_CONNECTED_HH
+# define OLN_CORE_ABSTRACT_POINT_SET_BEING_CONNECTED_HH
# include <oln/core/abstract/point_set.hh>
@@ -79,4 +79,4 @@
} // end of namespace oln
-#endif // ! OLENA_CORE_ABSTRACT_POINT_SET_BEING_CONNECTED_HH
+#endif // ! OLN_CORE_ABSTRACT_POINT_SET_BEING_CONNECTED_HH
Index: oln/core/abstract/bbox.hh
===================================================================
--- oln/core/abstract/bbox.hh (revision 577)
+++ oln/core/abstract/bbox.hh (working copy)
@@ -26,8 +26,8 @@
// reasons why the executable file might be covered by the GNU General
// Public License.
-#ifndef OLENA_CORE_ABSTRACT_BBOX_HH
-# define OLENA_CORE_ABSTRACT_BBOX_HH
+#ifndef OLN_CORE_ABSTRACT_BBOX_HH
+# define OLN_CORE_ABSTRACT_BBOX_HH
# include <oln/core/abstract/point_set_having_bbox.hh>
@@ -94,4 +94,4 @@
} // end of namespace oln
-#endif // ! OLENA_CORE_ABSTRACT_BBOX_HH
+#endif // ! OLN_CORE_ABSTRACT_BBOX_HH
Index: oln/core/abstract/topology_being_random_accessible.hh
===================================================================
--- oln/core/abstract/topology_being_random_accessible.hh (revision 577)
+++ oln/core/abstract/topology_being_random_accessible.hh (working copy)
@@ -25,8 +25,8 @@
// reasons why the executable file might be covered by the GNU General
// Public License.
-#ifndef OLENA_CORE_ABSTRACT_TOPOLOGY_BEING_RANDOM_ACCESSIBLE_HH
-# define OLENA_CORE_ABSTRACT_TOPOLOGY_BEING_RANDOM_ACCESSIBLE_HH
+#ifndef OLN_CORE_ABSTRACT_TOPOLOGY_BEING_RANDOM_ACCESSIBLE_HH
+# define OLN_CORE_ABSTRACT_TOPOLOGY_BEING_RANDOM_ACCESSIBLE_HH
# include <oln/core/abstract/topology.hh>
# include <oln/automatic/topology_being_random_accessible.hh>
@@ -82,4 +82,4 @@
} // end of namespace oln
-#endif // ! OLENA_CORE_ABSTRACT_TOPOLOGY_BEING_RANDOM_ACCESSIBLE_HH
+#endif // ! OLN_CORE_ABSTRACT_TOPOLOGY_BEING_RANDOM_ACCESSIBLE_HH
Index: oln/core/abstract/dpoint.hh
===================================================================
--- oln/core/abstract/dpoint.hh (revision 577)
+++ oln/core/abstract/dpoint.hh (working copy)
@@ -26,8 +26,8 @@
// reasons why the executable file might be covered by the GNU General
// Public License.
-#ifndef OLENA_CORE_ABSTRACT_DPOINT_HH
-# define OLENA_CORE_ABSTRACT_DPOINT_HH
+#ifndef OLN_CORE_ABSTRACT_DPOINT_HH
+# define OLN_CORE_ABSTRACT_DPOINT_HH
# include <oln/core/typedefs.hh>
@@ -106,4 +106,4 @@
} // end of namespace oln
-#endif // ! OLENA_CORE_ABSTRACT_DPOINT_HH
+#endif // ! OLN_CORE_ABSTRACT_DPOINT_HH
Index: oln/core/abstract/topology_having_neighborhood.hh
===================================================================
--- oln/core/abstract/topology_having_neighborhood.hh (revision 577)
+++ oln/core/abstract/topology_having_neighborhood.hh (working copy)
@@ -25,8 +25,8 @@
// reasons why the executable file might be covered by the GNU General
// Public License.
-#ifndef OLENA_CORE_ABSTRACT_TOPOLOGY_HAVING_NEIGHBORHOOD_HH
-# define OLENA_CORE_ABSTRACT_TOPOLOGY_HAVING_NEIGHBORHOOD_HH
+#ifndef OLN_CORE_ABSTRACT_TOPOLOGY_HAVING_NEIGHBORHOOD_HH
+# define OLN_CORE_ABSTRACT_TOPOLOGY_HAVING_NEIGHBORHOOD_HH
# include <oln/core/abstract/topology.hh>
# include <oln/automatic/topology_having_neighborhood.hh>
@@ -83,4 +83,4 @@
} // end of namespace oln
-#endif // ! OLENA_CORE_ABSTRACT_TOPOLOGY_HAVING_NEIGHBORHOOD_HH
+#endif // ! OLN_CORE_ABSTRACT_TOPOLOGY_HAVING_NEIGHBORHOOD_HH
Index: oln/core/abstract/entry.hh
===================================================================
--- oln/core/abstract/entry.hh (revision 577)
+++ oln/core/abstract/entry.hh (working copy)
@@ -25,8 +25,8 @@
// reasons why the executable file might be covered by the GNU General
// Public License.
-#ifndef OLENA_CORE_ABSTRACT_ENTRY_HH
-# define OLENA_CORE_ABSTRACT_ENTRY_HH
+#ifndef OLN_CORE_ABSTRACT_ENTRY_HH
+# define OLN_CORE_ABSTRACT_ENTRY_HH
# include <oln/core/typedefs.hh>
# include <oln/core/case.hh>
@@ -133,4 +133,4 @@
} // end of namespace oln
-#endif // ! OLENA_CORE_ABSTRACT_ENTRY_HH
+#endif // ! OLN_CORE_ABSTRACT_ENTRY_HH
Index: oln/core/abstract/point_set.hh
===================================================================
--- oln/core/abstract/point_set.hh (revision 577)
+++ oln/core/abstract/point_set.hh (working copy)
@@ -25,8 +25,8 @@
// reasons why the executable file might be covered by the GNU General
// Public License.
-#ifndef OLENA_CORE_ABSTRACT_POINT_SET_HH
-# define OLENA_CORE_ABSTRACT_POINT_SET_HH
+#ifndef OLN_CORE_ABSTRACT_POINT_SET_HH
+# define OLN_CORE_ABSTRACT_POINT_SET_HH
# include <oln/core/typedefs.hh>
@@ -98,4 +98,4 @@
-#endif // ! OLENA_CORE_ABSTRACT_POINT_SET_HH
+#endif // ! OLN_CORE_ABSTRACT_POINT_SET_HH
Index: oln/core/abstract/point_set_having_known_size.hh
===================================================================
--- oln/core/abstract/point_set_having_known_size.hh (revision 577)
+++ oln/core/abstract/point_set_having_known_size.hh (working copy)
@@ -25,8 +25,8 @@
// reasons why the executable file might be covered by the GNU General
// Public License.
-#ifndef OLENA_CORE_ABSTRACT_POINT_SET_HAVING_KNOWN_SIZE_HH
-# define OLENA_CORE_ABSTRACT_POINT_SET_HAVING_KNOWN_SIZE_HH
+#ifndef OLN_CORE_ABSTRACT_POINT_SET_HAVING_KNOWN_SIZE_HH
+# define OLN_CORE_ABSTRACT_POINT_SET_HAVING_KNOWN_SIZE_HH
# include <oln/core/abstract/point_set.hh>
@@ -69,5 +69,5 @@
} // end of namespace oln
-#endif // ! OLENA_CORE_ABSTRACT_POINT_SET_HAVING_KNOWN_SIZE_HH
+#endif // ! OLN_CORE_ABSTRACT_POINT_SET_HAVING_KNOWN_SIZE_HH
Index: oln/core/abstract/neighborhood.hh
===================================================================
--- oln/core/abstract/neighborhood.hh (revision 577)
+++ oln/core/abstract/neighborhood.hh (working copy)
@@ -25,8 +25,8 @@
// reasons why the executable file might be covered by the GNU General
// Public License.
-#ifndef OLENA_CORE_ABSTRACT_NEIGHBORHOOD_HH
-# define OLENA_CORE_ABSTRACT_NEIGHBORHOOD_HH
+#ifndef OLN_CORE_ABSTRACT_NEIGHBORHOOD_HH
+# define OLN_CORE_ABSTRACT_NEIGHBORHOOD_HH
# include <oln/core/typedefs.hh>
@@ -79,4 +79,4 @@
-#endif // ! OLENA_CORE_ABSTRACT_NEIGHBORHOOD_HH
+#endif // ! OLN_CORE_ABSTRACT_NEIGHBORHOOD_HH
Index: oln/core/abstract/point_set_having_bbox.hh
===================================================================
--- oln/core/abstract/point_set_having_bbox.hh (revision 577)
+++ oln/core/abstract/point_set_having_bbox.hh (working copy)
@@ -25,8 +25,8 @@
// reasons why the executable file might be covered by the GNU General
// Public License.
-#ifndef OLENA_CORE_ABSTRACT_POINT_SET_HAVING_BBOX_HH
-# define OLENA_CORE_ABSTRACT_POINT_SET_HAVING_BBOX_HH
+#ifndef OLN_CORE_ABSTRACT_POINT_SET_HAVING_BBOX_HH
+# define OLN_CORE_ABSTRACT_POINT_SET_HAVING_BBOX_HH
# include <oln/core/abstract/point_set.hh>
@@ -106,4 +106,4 @@
} // end of namespace oln
-#endif // ! OLENA_CORE_ABSTRACT_POINT_SET_HAVING_BBOX_HH
+#endif // ! OLN_CORE_ABSTRACT_POINT_SET_HAVING_BBOX_HH
Index: oln/core/abstract/point_set_hierarchies.hh
===================================================================
--- oln/core/abstract/point_set_hierarchies.hh (revision 577)
+++ oln/core/abstract/point_set_hierarchies.hh (working copy)
@@ -25,8 +25,8 @@
// reasons why the executable file might be covered by the GNU General
// Public License.
-#ifndef OLENA_CORE_ABSTRACT_POINT_SET_HIERARCHIES_HH
-# define OLENA_CORE_ABSTRACT_POINT_SET_HIERARCHIES_HH
+#ifndef OLN_CORE_ABSTRACT_POINT_SET_HIERARCHIES_HH
+# define OLN_CORE_ABSTRACT_POINT_SET_HIERARCHIES_HH
# include <oln/core/abstract/point_set.hh>
@@ -50,5 +50,5 @@
-#endif // ! OLENA_CORE_ABSTRACT_POINT_SET_HIERARCHIES_HH
+#endif // ! OLN_CORE_ABSTRACT_POINT_SET_HIERARCHIES_HH
Index: oln/core/abstract/topology.hh
===================================================================
--- oln/core/abstract/topology.hh (revision 577)
+++ oln/core/abstract/topology.hh (working copy)
@@ -25,8 +25,8 @@
// reasons why the executable file might be covered by the GNU General
// Public License.
-#ifndef OLENA_CORE_ABSTRACT_TOPOLOGY_HH
-# define OLENA_CORE_ABSTRACT_TOPOLOGY_HH
+#ifndef OLN_CORE_ABSTRACT_TOPOLOGY_HH
+# define OLN_CORE_ABSTRACT_TOPOLOGY_HH
# include <oln/core/typedefs.hh>
@@ -87,4 +87,4 @@
-#endif // ! OLENA_CORE_ABSTRACT_TOPOLOGY_HH
+#endif // ! OLN_CORE_ABSTRACT_TOPOLOGY_HH
Index: oln/core/abstract/internal/image_impl.hh
===================================================================
--- oln/core/abstract/internal/image_impl.hh (revision 577)
+++ oln/core/abstract/internal/image_impl.hh (working copy)
@@ -25,8 +25,8 @@
// reasons why the executable file might be covered by the GNU General
// Public License.
-#ifndef OLENA_CORE_ABSTRACT_INTERNAL_IMAGE_IMPL_HH
-# define OLENA_CORE_ABSTRACT_INTERNAL_IMAGE_IMPL_HH
+#ifndef OLN_CORE_ABSTRACT_INTERNAL_IMAGE_IMPL_HH
+# define OLN_CORE_ABSTRACT_INTERNAL_IMAGE_IMPL_HH
# include <mlc/flags.hh>
# include <oln/core/typedefs.hh>
@@ -132,4 +132,4 @@
} // end of namespace oln
-#endif // ! OLENA_CORE_ABSTRACT_INTERNAL_IMAGE_IMPL_HH
+#endif // ! OLN_CORE_ABSTRACT_INTERNAL_IMAGE_IMPL_HH
Index: oln/core/1d/grid1d.hh
===================================================================
--- oln/core/1d/grid1d.hh (revision 577)
+++ oln/core/1d/grid1d.hh (working copy)
@@ -25,8 +25,8 @@
// reasons why the executable file might be covered by the GNU General
// Public License.
-#ifndef OLENA_CORE_1D_GRID1D_HH
-# define OLENA_CORE_1D_GRID1D_HH
+#ifndef OLN_CORE_1D_GRID1D_HH
+# define OLN_CORE_1D_GRID1D_HH
# include <mlc/int.hh>
# include <oln/core/abstract/grid.hh>
@@ -66,4 +66,4 @@
} // end of namespace oln
-#endif // ! OLENA_CORE_1D_GRID1D_HH
+#endif // ! OLN_CORE_1D_GRID1D_HH
Index: oln/core/traits.hh
===================================================================
--- oln/core/traits.hh (revision 577)
+++ oln/core/traits.hh (working copy)
@@ -25,8 +25,8 @@
// reasons why the executable file might be covered by the GNU General
// Public License.
-#ifndef OLENA_CORE_TRAITS_HH
-# define OLENA_CORE_TRAITS_HH
+#ifndef OLN_CORE_TRAITS_HH
+# define OLN_CORE_TRAITS_HH
# include <mlc/assert.hh>
@@ -88,4 +88,4 @@
-#endif // ! OLENA_CORE_TRAITS_HH
+#endif // ! OLN_CORE_TRAITS_HH
Index: oln/core/2d/aliases.hh
===================================================================
--- oln/core/2d/aliases.hh (revision 577)
+++ oln/core/2d/aliases.hh (working copy)
@@ -26,8 +26,8 @@
// reasons why the executable file might be covered by the GNU General
// Public License.
-#ifndef OLENA_CORE_2D_ALIASES_HH
-# define OLENA_CORE_2D_ALIASES_HH
+#ifndef OLN_CORE_2D_ALIASES_HH
+# define OLN_CORE_2D_ALIASES_HH
namespace oln
@@ -66,4 +66,4 @@
} // end of namespace oln
-#endif // ! OLENA_CORE_2D_ALIASES_HH
+#endif // ! OLN_CORE_2D_ALIASES_HH
Index: oln/core/2d/neighb2d.hh
===================================================================
--- oln/core/2d/neighb2d.hh (revision 577)
+++ oln/core/2d/neighb2d.hh (working copy)
@@ -25,8 +25,8 @@
// reasons why the executable file might be covered by the GNU General
// Public License.
-#ifndef OLENA_CORE_2D_NEIGHB2D_HH
-# define OLENA_CORE_2D_NEIGHB2D_HH
+#ifndef OLN_CORE_2D_NEIGHB2D_HH
+# define OLN_CORE_2D_NEIGHB2D_HH
# include <oln/core/gen/neighb.hh>
# include <oln/core/2d/aliases.hh>
@@ -100,4 +100,4 @@
-#endif // ! OLENA_CORE_2D_NEIGHB2D_HH
+#endif // ! OLN_CORE_2D_NEIGHB2D_HH
Index: oln/core/2d/dpoint2d.hh
===================================================================
--- oln/core/2d/dpoint2d.hh (revision 577)
+++ oln/core/2d/dpoint2d.hh (working copy)
@@ -25,8 +25,8 @@
// reasons why the executable file might be covered by the GNU General
// Public License.
-#ifndef OLENA_CORE_2D_DPOINT2D_HH
-# define OLENA_CORE_2D_DPOINT2D_HH
+#ifndef OLN_CORE_2D_DPOINT2D_HH
+# define OLN_CORE_2D_DPOINT2D_HH
# include <mlc/int.hh>
# include <oln/core/2d/point2d.hh>
@@ -98,4 +98,4 @@
} // end of namespace oln
-#endif // ! OLENA_CORE_2D_DPOINT2D_HH
+#endif // ! OLN_CORE_2D_DPOINT2D_HH
Index: oln/core/2d/array2d.hh
===================================================================
--- oln/core/2d/array2d.hh (revision 578)
+++ oln/core/2d/array2d.hh (working copy)
@@ -26,8 +26,8 @@
// reasons why the executable file might be covered by the GNU General
// Public License.
-#ifndef OLENA_CORE_2D_ARRAY2D_HH
-# define OLENA_CORE_2D_ARRAY2D_HH
+#ifndef OLN_CORE_2D_ARRAY2D_HH
+# define OLN_CORE_2D_ARRAY2D_HH
# include <cstdlib>
# include <set>
@@ -310,4 +310,4 @@
} // end of namespace oln
-#endif // ! OLENA_CORE_2D_ARRAY2D_HH
+#endif // ! OLN_CORE_2D_ARRAY2D_HH
Index: oln/core/2d/image2d.hh
===================================================================
--- oln/core/2d/image2d.hh (revision 578)
+++ oln/core/2d/image2d.hh (working copy)
@@ -26,8 +26,8 @@
// reasons why the executable file might be covered by the GNU General
// Public License.
-#ifndef OLENA_CORE_2D_IMAGE2D_HH
-# define OLENA_CORE_2D_IMAGE2D_HH
+#ifndef OLN_CORE_2D_IMAGE2D_HH
+# define OLN_CORE_2D_IMAGE2D_HH
# include <oln/core/image_entry.hh>
# include <oln/core/2d/array2d.hh>
@@ -116,4 +116,4 @@
} // end of namespace oln
-#endif // ! OLENA_CORE_2D_IMAGE2D_HH
+#endif // ! OLN_CORE_2D_IMAGE2D_HH
Index: oln/core/2d/grid2d.hh
===================================================================
--- oln/core/2d/grid2d.hh (revision 577)
+++ oln/core/2d/grid2d.hh (working copy)
@@ -25,8 +25,8 @@
// reasons why the executable file might be covered by the GNU General
// Public License.
-#ifndef OLENA_CORE_2D_GRID2D_HH
-# define OLENA_CORE_2D_GRID2D_HH
+#ifndef OLN_CORE_2D_GRID2D_HH
+# define OLN_CORE_2D_GRID2D_HH
# include <mlc/int.hh>
# include <oln/core/abstract/grid.hh>
@@ -66,4 +66,4 @@
} // end of namespace oln
-#endif // ! OLENA_CORE_2D_GRID2D_HH
+#endif // ! OLN_CORE_2D_GRID2D_HH
Index: oln/core/2d/point2d.hh
===================================================================
--- oln/core/2d/point2d.hh (revision 577)
+++ oln/core/2d/point2d.hh (working copy)
@@ -25,8 +25,8 @@
// reasons why the executable file might be covered by the GNU General
// Public License.
-#ifndef OLENA_CORE_2D_POINT2D_HH
-# define OLENA_CORE_2D_POINT2D_HH
+#ifndef OLN_CORE_2D_POINT2D_HH
+# define OLN_CORE_2D_POINT2D_HH
# include <mlc/int.hh>
# include <oln/core/internal/point_nd.hh>
@@ -99,4 +99,4 @@
# include <oln/core/2d/dpoint2d.hh>
-#endif // ! OLENA_CORE_2D_POINT2D_HH
+#endif // ! OLN_CORE_2D_POINT2D_HH
Index: oln/core/3d/grid3d.hh
===================================================================
--- oln/core/3d/grid3d.hh (revision 577)
+++ oln/core/3d/grid3d.hh (working copy)
@@ -25,8 +25,8 @@
// reasons why the executable file might be covered by the GNU General
// Public License.
-#ifndef OLENA_CORE_3D_GRID3D_HH
-# define OLENA_CORE_3D_GRID3D_HH
+#ifndef OLN_CORE_3D_GRID3D_HH
+# define OLN_CORE_3D_GRID3D_HH
# include <mlc/int.hh>
# include <oln/core/abstract/grid.hh>
@@ -67,4 +67,4 @@
-#endif // ! OLENA_CORE_3D_GRID3D_HH
+#endif // ! OLN_CORE_3D_GRID3D_HH
Index: oln/core/case.hh
===================================================================
--- oln/core/case.hh (revision 577)
+++ oln/core/case.hh (working copy)
@@ -30,11 +30,11 @@
Use this file to avoid unnecessary (duplicated) expansions of case_. */
-#ifndef OLENA_CORE_CASE_HH
-# define OLENA_CORE_CASE_HH
+#ifndef OLN_CORE_CASE_HH
+# define OLN_CORE_CASE_HH
# include <mlc/case.hh>
mlc_case_equipment_for_namespace(oln);
-#endif // ! OLENA_CORE_CASE_HH
+#endif // ! OLN_CORE_CASE_HH
Index: oln/core/gen/topo_lbbox.hh
===================================================================
--- oln/core/gen/topo_lbbox.hh (revision 577)
+++ oln/core/gen/topo_lbbox.hh (working copy)
@@ -25,8 +25,8 @@
// reasons why the executable file might be covered by the GNU General
// Public License.
-#ifndef OLENA_CORE_GEN_TOPO_LBBOX_HH
-# define OLENA_CORE_GEN_TOPO_LBBOX_HH
+#ifndef OLN_CORE_GEN_TOPO_LBBOX_HH
+# define OLN_CORE_GEN_TOPO_LBBOX_HH
# include <oln/core/gen/bbox.hh>
# include <oln/core/topology_entry.hh>
@@ -113,4 +113,4 @@
} // end of namespace oln
-#endif // ! OLENA_CORE_GEN_TOPO_LBBOX_HH
+#endif // ! OLN_CORE_GEN_TOPO_LBBOX_HH
Index: oln/core/gen/bbox.hh
===================================================================
--- oln/core/gen/bbox.hh (revision 577)
+++ oln/core/gen/bbox.hh (working copy)
@@ -26,8 +26,8 @@
// reasons why the executable file might be covered by the GNU General
// Public License.
-#ifndef OLENA_CORE_GEN_BBOX_HH
-# define OLENA_CORE_GEN_BBOX_HH
+#ifndef OLN_CORE_GEN_BBOX_HH
+# define OLN_CORE_GEN_BBOX_HH
# include <oln/core/point_set_entry.hh>
# include <oln/core/abstract/point.hh>
@@ -222,4 +222,4 @@
# include <oln/core/gen/bbox_bkd_piter.hh>
-#endif // ! OLENA_CORE_GEN_BBOX_HH
+#endif // ! OLN_CORE_GEN_BBOX_HH
Index: oln/core/gen/topo_bbox.hh
===================================================================
--- oln/core/gen/topo_bbox.hh (revision 577)
+++ oln/core/gen/topo_bbox.hh (working copy)
@@ -25,8 +25,8 @@
// reasons why the executable file might be covered by the GNU General
// Public License.
-#ifndef OLENA_CORE_GEN_TOPO_BBOX_HH
-# define OLENA_CORE_GEN_TOPO_BBOX_HH
+#ifndef OLN_CORE_GEN_TOPO_BBOX_HH
+# define OLN_CORE_GEN_TOPO_BBOX_HH
# include <oln/core/gen/bbox.hh>
# include <oln/core/topology_entry.hh>
@@ -109,4 +109,4 @@
} // end of namespace oln
-#endif // ! OLENA_CORE_GEN_TOPO_BBOX_HH
+#endif // ! OLN_CORE_GEN_TOPO_BBOX_HH
Index: oln/core/gen/neighb.hh
===================================================================
--- oln/core/gen/neighb.hh (revision 577)
+++ oln/core/gen/neighb.hh (working copy)
@@ -26,8 +26,8 @@
// reasons why the executable file might be covered by the GNU General
// Public License.
-#ifndef OLENA_CORE_GEN_NEIGHB_HH
-# define OLENA_CORE_GEN_NEIGHB_HH
+#ifndef OLN_CORE_GEN_NEIGHB_HH
+# define OLN_CORE_GEN_NEIGHB_HH
# include <set>
# include <vector>
@@ -120,4 +120,4 @@
} // end of namespace oln
-#endif // ! OLENA_CORE_GEN_NEIGHB_HH
+#endif // ! OLN_CORE_GEN_NEIGHB_HH
Index: oln/core/gen/fwd_piter_bbox.hh
===================================================================
--- oln/core/gen/fwd_piter_bbox.hh (revision 577)
+++ oln/core/gen/fwd_piter_bbox.hh (working copy)
@@ -26,8 +26,8 @@
// reasons why the executable file might be covered by the GNU General
// Public License.
-#ifndef OLENA_CORE_GEN_FWD_PITER_BBOX_HH
-# define OLENA_CORE_GEN_FWD_PITER_BBOX_HH
+#ifndef OLN_CORE_GEN_FWD_PITER_BBOX_HH
+# define OLN_CORE_GEN_FWD_PITER_BBOX_HH
# include <oln/core/abstract/topology.hh>
# include <oln/core/internal/bbox_fwd_piter.hh>
@@ -111,4 +111,4 @@
} // end of namespace oln
-#endif // ! OLENA_CORE_GEN_FWD_PITER_BBOX_HH
+#endif // ! OLN_CORE_GEN_FWD_PITER_BBOX_HH
Index: oln/core/gen/bbox_fwd_piter.hh
===================================================================
--- oln/core/gen/bbox_fwd_piter.hh (revision 577)
+++ oln/core/gen/bbox_fwd_piter.hh (working copy)
@@ -26,8 +26,8 @@
// reasons why the executable file might be covered by the GNU General
// Public License.
-#ifndef OLENA_CORE_GEN_BBOX_FWD_PITER_HH
-# define OLENA_CORE_GEN_BBOX_FWD_PITER_HH
+#ifndef OLN_CORE_GEN_BBOX_FWD_PITER_HH
+# define OLN_CORE_GEN_BBOX_FWD_PITER_HH
# include <oln/core/internal/bbox_fwd_piter.hh>
@@ -80,4 +80,4 @@
} // end of namespace oln
-#endif // ! OLENA_CORE_GEN_BBOX_FWD_PITER_HH
+#endif // ! OLN_CORE_GEN_BBOX_FWD_PITER_HH
Index: oln/core/gen/bbox_bkd_piter.hh
===================================================================
--- oln/core/gen/bbox_bkd_piter.hh (revision 577)
+++ oln/core/gen/bbox_bkd_piter.hh (working copy)
@@ -26,8 +26,8 @@
// reasons why the executable file might be covered by the GNU General
// Public License.
-#ifndef OLENA_CORE_GEN_BBOX_BKD_PITER_HH
-# define OLENA_CORE_GEN_BBOX_BKD_PITER_HH
+#ifndef OLN_CORE_GEN_BBOX_BKD_PITER_HH
+# define OLN_CORE_GEN_BBOX_BKD_PITER_HH
# include <oln/core/internal/bbox_bkd_piter.hh>
@@ -80,4 +80,4 @@
} // end of namespace oln
-#endif // ! OLENA_CORE_GEN_BBOX_BKD_PITER_HH
+#endif // ! OLN_CORE_GEN_BBOX_BKD_PITER_HH
Index: oln/core/gen/bkd_piter_bbox.hh
===================================================================
--- oln/core/gen/bkd_piter_bbox.hh (revision 577)
+++ oln/core/gen/bkd_piter_bbox.hh (working copy)
@@ -26,8 +26,8 @@
// reasons why the executable file might be covered by the GNU General
// Public License.
-#ifndef OLENA_CORE_GEN_BKD_PITER_BBOX_HH
-# define OLENA_CORE_GEN_BKD_PITER_BBOX_HH
+#ifndef OLN_CORE_GEN_BKD_PITER_BBOX_HH
+# define OLN_CORE_GEN_BKD_PITER_BBOX_HH
# include <oln/core/abstract/topology.hh>
# include <oln/core/internal/bbox_bkd_piter.hh>
@@ -111,4 +111,4 @@
} // end of namespace oln
-#endif // ! OLENA_CORE_GEN_BKD_PITER_BBOX_HH
+#endif // ! OLN_CORE_GEN_BKD_PITER_BBOX_HH
Index: oln/core/gen/topo_add_nbh.hh
===================================================================
--- oln/core/gen/topo_add_nbh.hh (revision 577)
+++ oln/core/gen/topo_add_nbh.hh (working copy)
@@ -25,8 +25,8 @@
// reasons why the executable file might be covered by the GNU General
// Public License.
-#ifndef OLENA_CORE_GEN_TOPO_ADD_NBH_HH
-# define OLENA_CORE_GEN_TOPO_ADD_NBH_HH
+#ifndef OLN_CORE_GEN_TOPO_ADD_NBH_HH
+# define OLN_CORE_GEN_TOPO_ADD_NBH_HH
# include <oln/core/internal/topology_morpher.hh>
@@ -99,4 +99,4 @@
} // end of namespace oln
-#endif // ! OLENA_CORE_GEN_TOPO_ADD_NBH_HH
+#endif // ! OLN_CORE_GEN_TOPO_ADD_NBH_HH
Index: oln/core/gen/mapimage.hh
===================================================================
--- oln/core/gen/mapimage.hh (revision 577)
+++ oln/core/gen/mapimage.hh (working copy)
@@ -26,8 +26,8 @@
// reasons why the executable file might be covered by the GNU General
// Public License.
-#ifndef OLENA_CORE_GEN_MAPIMAGE_HH
-# define OLENA_CORE_GEN_MAPIMAGE_HH
+#ifndef OLN_CORE_GEN_MAPIMAGE_HH
+# define OLN_CORE_GEN_MAPIMAGE_HH
# include <oln/core/image_entry.hh>
# include <oln/core/gen/topo_bbox.hh>
@@ -120,4 +120,4 @@
} // end of namespace oln
-#endif // ! OLENA_CORE_GEN_MAPIMAGE_HH
+#endif // ! OLN_CORE_GEN_MAPIMAGE_HH
Index: oln/core/internal/topology_morpher.hh
===================================================================
--- oln/core/internal/topology_morpher.hh (revision 577)
+++ oln/core/internal/topology_morpher.hh (working copy)
@@ -25,8 +25,8 @@
// reasons why the executable file might be covered by the GNU General
// Public License.
-#ifndef OLENA_CORE_INTERNAL_TOPOLOGY_MORPHER_HH
-# define OLENA_CORE_INTERNAL_TOPOLOGY_MORPHER_HH
+#ifndef OLN_CORE_INTERNAL_TOPOLOGY_MORPHER_HH
+# define OLN_CORE_INTERNAL_TOPOLOGY_MORPHER_HH
# include <oln/core/topology_entry.hh>
@@ -74,4 +74,4 @@
} // end of namespace oln
-#endif // ! OLENA_CORE_INTERNAL_TOPOLOGY_MORPHER_HH
+#endif // ! OLN_CORE_INTERNAL_TOPOLOGY_MORPHER_HH
Index: oln/core/internal/point_nd.hh
===================================================================
--- oln/core/internal/point_nd.hh (revision 577)
+++ oln/core/internal/point_nd.hh (working copy)
@@ -26,8 +26,8 @@
// reasons why the executable file might be covered by the GNU General
// Public License.
-#ifndef OLENA_CORE_INTERNAL_POINT_ND_HH
-# define OLENA_CORE_INTERNAL_POINT_ND_HH
+#ifndef OLN_CORE_INTERNAL_POINT_ND_HH
+# define OLN_CORE_INTERNAL_POINT_ND_HH
# include <xtd/vec.hh>
# include <xtd/optraits.hh>
@@ -210,4 +210,4 @@
} // end of namespace oln
-#endif // ! OLENA_CORE_INTERNAL_POINT_ND_HH
+#endif // ! OLN_CORE_INTERNAL_POINT_ND_HH
Index: oln/core/internal/bbox_bkd_piter.hh
===================================================================
--- oln/core/internal/bbox_bkd_piter.hh (revision 577)
+++ oln/core/internal/bbox_bkd_piter.hh (working copy)
@@ -26,8 +26,8 @@
// reasons why the executable file might be covered by the GNU General
// Public License.
-#ifndef OLENA_CORE_INTERNAL_BBOX_BKD_PITER_HH
-# define OLENA_CORE_INTERNAL_BBOX_BKD_PITER_HH
+#ifndef OLN_CORE_INTERNAL_BBOX_BKD_PITER_HH
+# define OLN_CORE_INTERNAL_BBOX_BKD_PITER_HH
# include <oln/core/abstract/iterator_on_points.hh>
# include <oln/core/abstract/point.hh>
@@ -134,4 +134,4 @@
} // end of namespace oln
-#endif // ! OLENA_CORE_INTERNAL_BBOX_BKD_PITER_HH
+#endif // ! OLN_CORE_INTERNAL_BBOX_BKD_PITER_HH
Index: oln/core/internal/bbox_fwd_piter.hh
===================================================================
--- oln/core/internal/bbox_fwd_piter.hh (revision 577)
+++ oln/core/internal/bbox_fwd_piter.hh (working copy)
@@ -26,8 +26,8 @@
// reasons why the executable file might be covered by the GNU General
// Public License.
-#ifndef OLENA_CORE_INTERNAL_BBOX_FWD_PITER_HH
-# define OLENA_CORE_INTERNAL_BBOX_FWD_PITER_HH
+#ifndef OLN_CORE_INTERNAL_BBOX_FWD_PITER_HH
+# define OLN_CORE_INTERNAL_BBOX_FWD_PITER_HH
# include <oln/core/abstract/iterator_on_points.hh>
# include <oln/core/abstract/point.hh>
@@ -134,4 +134,4 @@
} // end of namespace oln
-#endif // ! OLENA_CORE_INTERNAL_BBOX_FWD_PITER_HH
+#endif // ! OLN_CORE_INTERNAL_BBOX_FWD_PITER_HH
Index: oln/core/internal/dpoint_nd.hh
===================================================================
--- oln/core/internal/dpoint_nd.hh (revision 577)
+++ oln/core/internal/dpoint_nd.hh (working copy)
@@ -26,8 +26,8 @@
// reasons why the executable file might be covered by the GNU General
// Public License.
-#ifndef OLENA_CORE_INTERNAL_DPOINT_ND_HH
-# define OLENA_CORE_INTERNAL_DPOINT_ND_HH
+#ifndef OLN_CORE_INTERNAL_DPOINT_ND_HH
+# define OLN_CORE_INTERNAL_DPOINT_ND_HH
# include <mlc/value.hh>
# include <xtd/vec.hh>
@@ -135,4 +135,4 @@
} // end of namespace oln
-#endif // ! OLENA_CORE_INTERNAL_DPOINT_ND_HH
+#endif // ! OLN_CORE_INTERNAL_DPOINT_ND_HH
Index: oln/basics2d.hh
===================================================================
--- oln/basics2d.hh (revision 577)
+++ oln/basics2d.hh (working copy)
@@ -26,8 +26,8 @@
// reasons why the executable file might be covered by the GNU General
// Public License.
-#ifndef OLENA_BASICS2D_HH
-# define OLENA_BASICS2D_HH
+#ifndef OLN_BASICS2D_HH
+# define OLN_BASICS2D_HH
# include <oln/core/2d/aliases.hh>
@@ -58,4 +58,4 @@
# include <oln/core/2d/image2d.hh>
-#endif // ! OLENA_BASICS2D_HH
+#endif // ! OLN_BASICS2D_HH
Index: oln/morpher/identity.hh
===================================================================
--- oln/morpher/identity.hh (revision 577)
+++ oln/morpher/identity.hh (working copy)
@@ -25,8 +25,8 @@
// reasons why the executable file might be covered by the GNU General
// Public License.
-#ifndef OLENA_MORPHER_IDENTITY
-# define OLENA_MORPHER_IDENTITY
+#ifndef OLN_MORPHER_IDENTITY
+# define OLN_MORPHER_IDENTITY
# include <oln/morpher/internal/image_extension.hh>
# include <oln/morpher/tags.hh>
@@ -85,4 +85,4 @@
} // end of namespace oln
-#endif // ! OLENA_MORPHER_IDENTITY
+#endif // ! OLN_MORPHER_IDENTITY
Index: oln/morpher/internal/image_extension.hh
===================================================================
--- oln/morpher/internal/image_extension.hh (revision 577)
+++ oln/morpher/internal/image_extension.hh (working copy)
@@ -25,8 +25,8 @@
// reasons why the executable file might be covered by the GNU General
// Public License.
-#ifndef OLENA_MORPHER_INTERNAL_IMAGE_EXTENSION
-# define OLENA_MORPHER_INTERNAL_IMAGE_EXTENSION
+#ifndef OLN_MORPHER_INTERNAL_IMAGE_EXTENSION
+# define OLN_MORPHER_INTERNAL_IMAGE_EXTENSION
# include <oln/core/image_entry.hh>
@@ -98,4 +98,4 @@
} // end of namespace oln
-#endif // ! OLENA_MORPHER_INTERNAL_IMAGE_EXTENSION
+#endif // ! OLN_MORPHER_INTERNAL_IMAGE_EXTENSION
Index: oln/morpher/tags.hh
===================================================================
--- oln/morpher/tags.hh (revision 577)
+++ oln/morpher/tags.hh (working copy)
@@ -25,8 +25,8 @@
// reasons why the executable file might be covered by the GNU General
// Public License.
-#ifndef OLENA_MORPHER_TAGS
-# define OLENA_MORPHER_TAGS
+#ifndef OLN_MORPHER_TAGS
+# define OLN_MORPHER_TAGS
namespace oln
@@ -46,4 +46,4 @@
} // end of namespace oln
-#endif // ! OLENA_MORPHER_TAGS
+#endif // ! OLN_MORPHER_TAGS
Index: oln/morpher/add_neighborhood.hh
===================================================================
--- oln/morpher/add_neighborhood.hh (revision 577)
+++ oln/morpher/add_neighborhood.hh (working copy)
@@ -25,8 +25,8 @@
// reasons why the executable file might be covered by the GNU General
// Public License.
-#ifndef OLENA_MORPHER_ADD_NEIGHBORHOOD
-# define OLENA_MORPHER_ADD_NEIGHBORHOOD
+#ifndef OLN_MORPHER_ADD_NEIGHBORHOOD
+# define OLN_MORPHER_ADD_NEIGHBORHOOD
# include <oln/morpher/internal/image_extension.hh>
# include <oln/morpher/tags.hh>
@@ -123,4 +123,4 @@
} // end of namespace oln
-#endif // ! OLENA_MORPHER_ADD_NEIGHBORHOOD
+#endif // ! OLN_MORPHER_ADD_NEIGHBORHOOD