diff -r 58243a389464 -r 511200bdb71f src/work/marci/bfsit_vs_byhand.cc --- a/src/work/marci/bfsit_vs_byhand.cc Tue Aug 17 10:24:19 2004 +0000 +++ b/src/work/marci/bfsit_vs_byhand.cc Tue Aug 17 11:20:16 2004 +0000 @@ -6,7 +6,7 @@ //#include #include #include -#include +//#include #include using namespace hugo; @@ -21,7 +21,7 @@ Graph g; Node s, t; - Graph::EdgeMap cap(g); + //Graph::EdgeMap cap(g); //readDimacsMaxFlow(std::cin, g, s, t, cap); readDimacs(std::cin, g);