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