src/work/iterator_bfs_demo.cc
changeset 236 ea3de9530ee8
parent 234 348f8fd374ee
child 238 ad3bdd78f4f6
     1.1 --- a/src/work/iterator_bfs_demo.cc	Mon Mar 22 17:05:08 2004 +0000
     1.2 +++ b/src/work/iterator_bfs_demo.cc	Mon Mar 22 17:27:20 2004 +0000
     1.3 @@ -244,7 +244,8 @@
     1.4    }
     1.5  
     1.6    {
     1.7 -    typedef UndirGraphWrapper<const Graph> GW;
     1.8 +    //typedef UndirGraphWrapper<const Graph> GW;
     1.9 +    typedef UndirGraphWrapper<const TrivGraphWrapper<const Graph> > GW;
    1.10      GW gw(G);
    1.11      
    1.12      EdgeNameMap< GW, Graph::NodeMap<string> > edge_name(gw, node_name);