[PATCH 1/4] Typo in the documentation of mln::topo::complex.

* mln/topo/complex.hh: Here. Reported by Thierry Géraud <thierry.geraud@lrde.epita.fr>. --- milena/ChangeLog | 7 +++++++ milena/mln/topo/complex.hh | 8 +------- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/milena/ChangeLog b/milena/ChangeLog index c1687cb..915d95a 100644 --- a/milena/ChangeLog +++ b/milena/ChangeLog @@ -1,3 +1,10 @@ +2009-06-05 Roland Levillain <roland@lrde.epita.fr> + + Typo in the documentation of mln::topo::complex. + + * mln/topo/complex.hh: Here. + Reported by Thierry Géraud <thierry.geraud@lrde.epita.fr>. + 2009-06-08 Thierry Geraud <thierry.geraud@lrde.epita.fr> Fix some g++-3.3 compilation warnings and errors. diff --git a/milena/mln/topo/complex.hh b/milena/mln/topo/complex.hh index a7abf9a..3a3e1f0 100644 --- a/milena/mln/topo/complex.hh +++ b/milena/mln/topo/complex.hh @@ -35,12 +35,6 @@ /// /// A complex defines a topological space which can be used as a /// support for an image (i.e., as site sets). -/// -/// \todo Roland: Check that the top of the inheritance diagram -/// is correct; you wrote: -/// faces_set_mixin<0, D> ---> lower_dim_faces_set_mixin<D, D> -/// I (theo) think it's: -/// faces_set_mixin<0, D> ---> lower_dim_faces_set_mixin<0, D> # include <cstddef> @@ -246,7 +240,7 @@ namespace mln \verbatim - ,-----------> lower_dim_faces_set_mixin<D, D> + ,-----------> higher_dim_faces_set_mixin<0, D> | faces_set_mixin<0, D> ^ -- 1.6.1.2
participants (1)
-
Roland Levillain