src/hugo/full_graph.h
changeset 897 ef09eee53b09
parent 880 9d0bfd35b97c
child 904 b40afcf42a4d
     1.1 --- a/src/hugo/full_graph.h	Wed Sep 22 07:32:57 2004 +0000
     1.2 +++ b/src/hugo/full_graph.h	Wed Sep 22 08:04:31 2004 +0000
     1.3 @@ -13,7 +13,7 @@
     1.4  #include <hugo/invalid.h>
     1.5  
     1.6  #include <hugo/map_registry.h>
     1.7 -#include <hugo/default_map.h>
     1.8 +#include <hugo/array_map.h>
     1.9  
    1.10  #include <hugo/map_defines.h>
    1.11  
    1.12 @@ -53,7 +53,7 @@
    1.13      /// Creating map registries.
    1.14      CREATE_MAP_REGISTRIES;
    1.15      /// Creating node and edge maps.
    1.16 -    CREATE_MAPS(DefaultMap);
    1.17 +    CREATE_MAPS(ArrayMap);
    1.18      
    1.19    public:
    1.20