
URL: https://svn.lrde.epita.fr/svn/oln/trunk/milena ChangeLog: 2007-09-19 Matthieu Garrigues <garrigues@lrde.epita.fr> Replace next prev by before after. * dpoint1d.hh: Replace. --- dpoint1d.hh | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) Index: trunk/milena/mln/core/dpoint1d.hh =================================================================== --- trunk/milena/mln/core/dpoint1d.hh (revision 1135) +++ trunk/milena/mln/core/dpoint1d.hh (revision 1136) @@ -57,8 +57,11 @@ { // FIXME: Doc! - const dpoint1d prev = make::dpoint1d( -1 ); - const dpoint1d next = make::dpoint1d( +1 ); + const dpoint1d before = make::dpoint1d( -1 ); + const dpoint1d after = make::dpoint1d( +1 ); + + const dpoint1d ind_dec = before; + const dpoint1d ind_inc = after; } // end of namespace mln