SubGraphWrapper bug ok
authormarci
Thu, 06 May 2004 15:39:31 +0000
changeset 5538e5102790d4d
parent 552 83c22ca968d8
child 554 2d27cbaa982d
SubGraphWrapper bug ok
src/work/marci/graph_wrapper.h
     1.1 --- a/src/work/marci/graph_wrapper.h	Thu May 06 15:24:42 2004 +0000
     1.2 +++ b/src/work/marci/graph_wrapper.h	Thu May 06 15:39:31 2004 +0000
     1.3 @@ -310,10 +310,10 @@
     1.4      SubGraphWrapper() : GraphWrapper<Graph>(0), 
     1.5  			node_filter_map(0), edge_filter_map(0) { }
     1.6      void setNodeFilterMap(NodeFilterMap& _node_filter_map) {
     1.7 -      node_filter_map=&_node_filte_map;
     1.8 +      node_filter_map=&_node_filter_map;
     1.9      }
    1.10      void setEdgeFilterMap(EdgeFilterMap& _edge_filter_map) {
    1.11 -      edge_filter_map=&_edge_filte_map;
    1.12 +      edge_filter_map=&_edge_filter_map;
    1.13      }
    1.14      
    1.15    public: