diff -r 1d3a11622365 -r a5e9303a5511 src/work/marci/bipartite_graph_wrapper_test.cc --- a/src/work/marci/bipartite_graph_wrapper_test.cc Thu Aug 19 11:34:48 2004 +0000 +++ b/src/work/marci/bipartite_graph_wrapper_test.cc Mon Aug 23 11:06:00 2004 +0000 @@ -89,7 +89,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);