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