
7 Jul
2009
7 Jul
'09
6:41 p.m.
https://svn.lrde.epita.fr/svn/oln/trunk/milena Index: ChangeLog from Thierry Geraud <thierry.geraud@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;
5917
Age (days ago)
5917
Last active (days ago)
0 comments
1 participants
participants (1)
-
Thierry Geraud