https://svn.lrde.epita.fr/svn/oln/trunk/milena
Index: ChangeLog
from Thierry Geraud <thierry.geraud(a)lrde.epita.fr>
About nothing.
* mln/make/vertex_image.hh: Simplify a line.
vertex_image.hh | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
Index: mln/make/vertex_image.hh
--- mln/make/vertex_image.hh (revision 4254)
+++ mln/make/vertex_image.hh (working copy)
@@ -80,8 +80,7 @@
mln_precondition(exact(g).is_valid());
p_vertices<G> pv(g);
- mln::vertex_image<void,mln_result(FV),G>
- ima(pv, mln::convert::to<fun::i2v::array<mln_result(FV)> >(fv));
+ mln::vertex_image<void,mln_result(FV),G> ima(pv, fv);
trace::exiting("make::vertex_image");
return ima;