diff -r 1d3a11622365 -r a5e9303a5511 src/work/marci/bipartite_matching_try.cc --- a/src/work/marci/bipartite_matching_try.cc Thu Aug 19 11:34:48 2004 +0000 +++ b/src/work/marci/bipartite_matching_try.cc Mon Aug 23 11:06:00 2004 +0000 @@ -116,7 +116,7 @@ // BGW::NodeMap dbyj(bgw); // BGW::EdgeMap dbyxcj(bgw); - typedef stGraphWrapper stGW; + typedef stBipartiteGraphWrapper stGW; stGW stgw(bgw); ConstMap const1map(1); // stGW::NodeMap ize(stgw);