One more thing to do...
1.1 --- a/src/hugo/vector_map_factory.h Sun Sep 05 20:13:48 2004 +0000
1.2 +++ b/src/hugo/vector_map_factory.h Mon Sep 06 08:21:42 2004 +0000
1.3 @@ -21,6 +21,10 @@
1.4 *
1.5 * The template parameter is the MapRegistry that the maps
1.6 * will belong to.
1.7 + *
1.8 + * \todo It should use a faster initialization using the maxNodeId() or
1.9 + * maxEdgeId() function of the graph istead of iterating through each
1.10 + * edge/node.
1.11 */
1.12
1.13 template <typename MapRegistry>