[PATCH 3/7] Help Swilena to compile again.

* mln/core/alias/neighb2d.hh (mln::c6_2d): Declare it. Use fully qualified type name of mln::fun::p2b::chess to help swig. --- milena/ChangeLog | 8 ++++++++ milena/mln/core/alias/neighb2d.hh | 4 +++- 2 files changed, 11 insertions(+), 1 deletions(-) diff --git a/milena/ChangeLog b/milena/ChangeLog index 3c43dc0..ff07487 100644 --- a/milena/ChangeLog +++ b/milena/ChangeLog @@ -1,3 +1,11 @@ +2009-06-08 Roland Levillain <roland@lrde.epita.fr> + + Help Swilena to compile again. + + * mln/core/alias/neighb2d.hh (mln::c6_2d): Declare it. + Use fully qualified type name of mln::fun::p2b::chess to help + swig. + 2009-06-08 Edwin Carlinet <carlinet@lrde.epita.fr> Add forgotten path alteration due to accu move. diff --git a/milena/mln/core/alias/neighb2d.hh b/milena/mln/core/alias/neighb2d.hh index 3fa9f30..7bb3b86 100644 --- a/milena/mln/core/alias/neighb2d.hh +++ b/milena/mln/core/alias/neighb2d.hh @@ -122,6 +122,8 @@ namespace mln const neighb2d& c2_col(); + // FIXME: Documentation + neighb< win::multiple<window2d, mln::fun::p2b::chess> > c6_2d(); @@ -203,7 +205,7 @@ namespace mln inline - neighb< win::multiple<window2d, fun::p2b::chess> > + neighb< win::multiple<window2d, mln::fun::p2b::chess> > c6_2d() { bool vert[] = { 1, 1, 0, -- 1.6.2.4
participants (1)
-
Roland Levillain