milena r1374: Update fllt

URL: https://svn.lrde.epita.fr/svn/oln/trunk/milena ChangeLog: 2007-10-22 Matthieu Garrigues <garrigues@lrde.epita.fr> Update fllt. * sandbox/garrigues/fllt.hh: Update. --- fllt.hh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Index: trunk/milena/sandbox/garrigues/fllt.hh =================================================================== --- trunk/milena/sandbox/garrigues/fllt.hh (revision 1373) +++ trunk/milena/sandbox/garrigues/fllt.hh (revision 1374) @@ -152,7 +152,7 @@ { mln_niter(neighb2d) n(c4(), qa); for_all (n) - if (!R.has (n)) + if (ima.has(n) && !R.has (n)) N.insert (n); } @@ -253,9 +253,9 @@ /// IF g > gn. template <typename V, typename P> void step4_3 (image2d<V>& u, - image2d<bool>& tagged, - set_p<P>& R, - V& g) + const image2d<bool>& tagged, + const set_p<P>& R, + const V& g) { std::cout << "entering step 4_3" << std::endl;
participants (1)
-
Matthieu Garrigues