One more thing to do...
authoralpar
Mon, 06 Sep 2004 08:21:42 +0000
changeset 8046874a72dbdc5
parent 803 c3d832275e69
child 805 59b8cb2cb2f8
One more thing to do...
src/hugo/vector_map_factory.h
     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>