src/hugo/smart_graph.h
changeset 897 ef09eee53b09
parent 891 74589d20dbc3
child 904 b40afcf42a4d
     1.1 --- a/src/hugo/smart_graph.h	Wed Sep 22 07:32:57 2004 +0000
     1.2 +++ b/src/hugo/smart_graph.h	Wed Sep 22 08:04:31 2004 +0000
     1.3 @@ -12,7 +12,7 @@
     1.4  
     1.5  #include <hugo/invalid.h>
     1.6  
     1.7 -#include <hugo/default_map.h>
     1.8 +#include <hugo/array_map.h>
     1.9  #include <hugo/sym_map.h>
    1.10  
    1.11  #include <hugo/map_registry.h>
    1.12 @@ -76,7 +76,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  
    1.21 @@ -320,7 +320,7 @@
    1.22      /// Creating symmetric map registry.
    1.23      CREATE_SYM_EDGE_MAP_REGISTRY;
    1.24      /// Creating symmetric edge map.
    1.25 -    CREATE_SYM_EDGE_MAP(DefaultMap);
    1.26 +    CREATE_SYM_EDGE_MAP(ArrayMap);
    1.27  
    1.28  
    1.29      SymSmartGraph() : SmartGraph() { }