diff -r bfd6c14e2975 -r e812963087f0 src/work/marci/bipartite_graph_wrapper_test.cc --- a/src/work/marci/bipartite_graph_wrapper_test.cc Fri May 14 18:08:29 2004 +0000 +++ b/src/work/marci/bipartite_graph_wrapper_test.cc Fri May 14 18:28:57 2004 +0000 @@ -3,7 +3,7 @@ #include #include -#include +#include //#include //#include #include @@ -17,7 +17,7 @@ using namespace hugo; int main() { - typedef UndirListGraph Graph; + typedef UndirSageGraph Graph; typedef Graph::Node Node; typedef Graph::NodeIt NodeIt; typedef Graph::Edge Edge;