3148: Add some commentary.

https://svn.lrde.epita.fr/svn/oln/trunk/milena Index: ChangeLog from Thierry Geraud <thierry.geraud@lrde.epita.fr> Add some commentary. * mln/core/internal/site_relative_iterator_base.hh: (center_at_): Add some commentary. * mln/morpho/general.spe.hh: Remove obsolete FIXME. core/internal/site_relative_iterator_base.hh | 3 ++- morpho/general.spe.hh | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) Index: mln/core/internal/site_relative_iterator_base.hh --- mln/core/internal/site_relative_iterator_base.hh (revision 3147) +++ mln/core/internal/site_relative_iterator_base.hh (working copy) @@ -147,7 +147,7 @@ { mlc_converts_to(P, const mln_psite(S)&)::check(); c_ = & static_cast< const mln_psite(S)& >(c); - exact(this)->center_at_(c); + exact(this)->center_at_(c); // May call some extra code. this->invalidate(); } @@ -240,6 +240,7 @@ void site_relative_iterator_base<S,E>::center_at_(const P& c) { + // Default is no-op, meaning "no extra code". } # endif // ! MLN_INCLUDE_ONLY Index: mln/morpho/general.spe.hh --- mln/morpho/general.spe.hh (revision 3147) +++ mln/morpho/general.spe.hh (working copy) @@ -239,7 +239,7 @@ extension::adjust_fill(input, geom::delta(win) + 1, op.neutral(input)); mln_concrete(I) output; - output = accu::transform_directional(op.accu_incr(input), input, win, dir); // FIXME: Use _line. + output = accu::transform_directional(op.accu_incr(input), input, win, dir); trace::exiting("morpho::impl:general_directional"); return output;
participants (1)
-
Thierry Geraud