cleanup-2008 2236: Fix level fill.

12 Sep
2008
12 Sep
'08
3:06 p.m.
https://svn.lrde.epita.fr/svn/oln/branches/cleanup-2008/milena Index: ChangeLog from Thierry Geraud <thierry.geraud@lrde.epita.fr> Fix level fill. * mln/level/fill.hh: Fix missing exact. fill.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Index: mln/level/fill.hh --- mln/level/fill.hh (revision 2235) +++ mln/level/fill.hh (working copy) @@ -82,7 +82,7 @@ template <typename I, typename D> void fill_dispatch(Image<I>& ima, const D& data) { - fill_dispatch_overload(ima, exact(data)); + fill_dispatch_overload(exact(ima), exact(data)); } // dispatch_overload
6242
Age (days ago)
6242
Last active (days ago)
0 comments
1 participants
participants (1)
-
Thierry Geraud