https://svn.lrde.epita.fr/svn/oln/trunk/milena
Index: ChangeLog
from Roland Levillain <roland(a)lrde.epita.fr>
Fix compilation of tools/.
* mln/make/voronoi.hh (mln::make::voronoi): Catch up with the new
interface of mln::util::graph.
voronoi.hh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Index: mln/make/voronoi.hh
--- mln/make/voronoi.hh (revision 2048)
+++ mln/make/voronoi.hh (working copy)
@@ -116,7 +116,7 @@
/// Compute the center of label.
for (unsigned i = 0; i < nb; ++i)
{
- gr.add_node ();
+ gr.add_vertex();
/// FIXME
v[i] = make::point2d ((unsigned)tab_mean[i].to_result ()[0],