* mln/core/image/complex_lower_neighborhood.hh,
* mln/core/image/complex_higher_neighborhood.hh,
* mln/core/image/complex_lower_higher_neighborhood.hh:
Do it.
---
milena/ChangeLog | 9 +++++++++
.../mln/core/image/complex_higher_neighborhood.hh | 6 +++---
.../image/complex_lower_higher_neighborhood.hh | 6 +++---
.../mln/core/image/complex_lower_neighborhood.hh | 6 +++---
4 files changed, 18 insertions(+), 9 deletions(-)
diff --git a/milena/ChangeLog b/milena/ChangeLog
index 2eaf357..4ff6cb2 100644
--- a/milena/ChangeLog
+++ b/milena/ChangeLog
@@ -144,6 +144,15 @@
2008-10-03 Roland Levillain <roland(a)lrde.epita.fr>
+ Fix header guards of complex neighborhoods.
+
+ * mln/core/image/complex_lower_neighborhood.hh,
+ * mln/core/image/complex_higher_neighborhood.hh,
+ * mln/core/image/complex_lower_higher_neighborhood.hh:
+ Do it.
+
+2008-10-03 Roland Levillain <roland(a)lrde.epita.fr>
+
Exercise neighborhood and piters on lower+higher-dim. adjacent faces.
* tests/core/image/complex_image.cc: Here.
diff --git a/milena/mln/core/image/complex_higher_neighborhood.hh
b/milena/mln/core/image/complex_higher_neighborhood.hh
index 3b56d68..ed26932 100644
--- a/milena/mln/core/image/complex_higher_neighborhood.hh
+++ b/milena/mln/core/image/complex_higher_neighborhood.hh
@@ -25,8 +25,8 @@
// reasons why the executable file might be covered by the GNU General
// Public License.
-#ifndef MLN_CORE_COMPLEX_HIGHER_NEIGHBORHOOD_HH
-# define MLN_CORE_COMPLEX_HIGHER_NEIGHBORHOOD_HH
+#ifndef MLN_CORE_IMAGE_COMPLEX_HIGHER_NEIGHBORHOOD_HH
+# define MLN_CORE_IMAGE_COMPLEX_HIGHER_NEIGHBORHOOD_HH
/// \file mln/core/complex_higher_neighborhood.hh
/// \brief A neighborhood centered on a n-face of complex returning its
@@ -116,4 +116,4 @@ namespace mln
} // end of namespace mln
-#endif // ! MLN_CORE_COMPLEX_HIGHER_NEIGHBORHOOD_HH
+#endif // ! MLN_CORE_IMAGE_COMPLEX_HIGHER_NEIGHBORHOOD_HH
diff --git a/milena/mln/core/image/complex_lower_higher_neighborhood.hh
b/milena/mln/core/image/complex_lower_higher_neighborhood.hh
index 3780709..9127442 100644
--- a/milena/mln/core/image/complex_lower_higher_neighborhood.hh
+++ b/milena/mln/core/image/complex_lower_higher_neighborhood.hh
@@ -25,8 +25,8 @@
// reasons why the executable file might be covered by the GNU General
// Public License.
-#ifndef MLN_CORE_COMPLEX_LOWER_HIGHER_NEIGHBORHOOD_HH
-# define MLN_CORE_COMPLEX_LOWER_HIGHER_NEIGHBORHOOD_HH
+#ifndef MLN_CORE_IMAGE_COMPLEX_LOWER_HIGHER_NEIGHBORHOOD_HH
+# define MLN_CORE_IMAGE_COMPLEX_LOWER_HIGHER_NEIGHBORHOOD_HH
/// \file mln/core/complex_lower_higher_neighborhood.hh
/// \brief A neighborhood centered on a n-face of complex returning its
@@ -118,4 +118,4 @@ namespace mln
} // end of namespace mln
-#endif // ! MLN_CORE_COMPLEX_LOWER_HIGHER_NEIGHBORHOOD_HH
+#endif // ! MLN_CORE_IMAGE_COMPLEX_LOWER_HIGHER_NEIGHBORHOOD_HH
diff --git a/milena/mln/core/image/complex_lower_neighborhood.hh
b/milena/mln/core/image/complex_lower_neighborhood.hh
index 6c21acc..c02b8b8 100644
--- a/milena/mln/core/image/complex_lower_neighborhood.hh
+++ b/milena/mln/core/image/complex_lower_neighborhood.hh
@@ -25,8 +25,8 @@
// reasons why the executable file might be covered by the GNU General
// Public License.
-#ifndef MLN_CORE_COMPLEX_LOWER_NEIGHBORHOOD_HH
-# define MLN_CORE_COMPLEX_LOWER_NEIGHBORHOOD_HH
+#ifndef MLN_CORE_IMAGE_COMPLEX_LOWER_NEIGHBORHOOD_HH
+# define MLN_CORE_IMAGE_COMPLEX_LOWER_NEIGHBORHOOD_HH
/// \file mln/core/complex_lower_neighborhood.hh
/// \brief A neighborhood centered on a n-face of complex returning its
@@ -116,4 +116,4 @@ namespace mln
} // end of namespace mln
-#endif // ! MLN_CORE_COMPLEX_LOWER_NEIGHBORHOOD_HH
+#endif // ! MLN_CORE_IMAGE_COMPLEX_LOWER_NEIGHBORHOOD_HH
--
1.6.0.1