diff -r 2d6c8075d9d0 -r 818510fa3d99 src/benchmark/graph-bench.cc --- a/src/benchmark/graph-bench.cc Wed Sep 29 14:12:26 2004 +0000 +++ b/src/benchmark/graph-bench.cc Wed Sep 29 15:30:04 2004 +0000 @@ -1,9 +1,9 @@ #include -#include +#include #include"bench_tools.h" -using namespace hugo; +using namespace lemon; ///Makes a full graph by adding and deleting a lot of edges; @@ -45,7 +45,7 @@ int main() { - hugo::Timer T; + lemon::Timer T; makeFullGraph(nextPrim(1000),nextPrim(300),nextPrim(100)); PrintTime("BIG",T);