---
milena/ChangeLog | 4 ++++
milena/tests/core/complex_image.cc | 8 ++++----
2 files changed, 8 insertions(+), 4 deletions(-)
diff --git a/milena/ChangeLog b/milena/ChangeLog
index 8138447..957f2e9 100644
--- a/milena/ChangeLog
+++ b/milena/ChangeLog
@@ -1,5 +1,9 @@
2008-09-10 Roland Levillain <roland(a)lrde.epita.fr>
+ * tests/core/complex_image.cc: Fix comment about complex windows.
+
+2008-09-10 Roland Levillain <roland(a)lrde.epita.fr>
+
* mln/core/complex_psite.hh (operator<<): Fix indentation.
2008-09-10 Roland Levillain <roland(a)lrde.epita.fr>
diff --git a/milena/tests/core/complex_image.cc b/milena/tests/core/complex_image.cc
index b704793..7c69de6 100644
--- a/milena/tests/core/complex_image.cc
+++ b/milena/tests/core/complex_image.cc
@@ -232,11 +232,11 @@ int main()
where M is in [0, N-1].
In that definition, P is said adjacent to an M-face Q if
- if there is a sequence (M1, M2, ..., Mn) of faces so that
- - M1 is an (M+1)-face adjacent to M ;
- - M2 is an (M+2)-face adjacent to M1 ;
+ there is a sequence (M1, M2, ..., Mk) of faces so that
+ - M1 is an (N-1)-face adjacent to P ;
+ - M2 is an (N-2)-face adjacent to M1 ;
- and so on;
- - Mn is an (N-1)-face adjacent to N.
+ - Mk is an (M+1)-face adjacent to Q.
- what else?
--
1.6.0.1