lemon/grid_graph.h
changeset 1703 eb90e3d6bddc
parent 1693 269f0cbfbcc8
child 1791 62e7d237e1fb
     1.1 --- a/lemon/grid_graph.h	Mon Oct 03 14:22:10 2005 +0000
     1.2 +++ b/lemon/grid_graph.h	Wed Oct 05 13:15:47 2005 +0000
     1.3 @@ -23,7 +23,7 @@
     1.4  
     1.5  #include <lemon/bits/iterable_graph_extender.h>
     1.6  #include <lemon/bits/alteration_notifier.h>
     1.7 -#include <lemon/bits/default_map.h>
     1.8 +#include <lemon/bits/static_map.h>
     1.9  
    1.10  #include <lemon/bits/undir_graph_extender.h>
    1.11  
    1.12 @@ -339,7 +339,7 @@
    1.13    };
    1.14  
    1.15  
    1.16 -  typedef MappableUndirGraphExtender<
    1.17 +  typedef StaticMappableUndirGraphExtender<
    1.18      IterableUndirGraphExtender<
    1.19      AlterableUndirGraphExtender<
    1.20      UndirGraphExtender<GridGraphBase> > > > ExtendedGridGraphBase;