# HG changeset patch # User alpar # Date 1094458902 0 # Node ID 6874a72dbdc5ae16116d4bf5620a692585602fc2 # Parent c3d832275e69bddbe978565892036335afc84549 One more thing to do... diff -r c3d832275e69 -r 6874a72dbdc5 src/hugo/vector_map_factory.h --- a/src/hugo/vector_map_factory.h Sun Sep 05 20:13:48 2004 +0000 +++ b/src/hugo/vector_map_factory.h Mon Sep 06 08:21:42 2004 +0000 @@ -21,6 +21,10 @@ * * The template parameter is the MapRegistry that the maps * will belong to. + * + * \todo It should use a faster initialization using the maxNodeId() or + * maxEdgeId() function of the graph istead of iterating through each + * edge/node. */ template