1.1 --- a/benchmark/edge_lookup.cc Thu Oct 12 10:56:26 2006 +0000
1.2 +++ b/benchmark/edge_lookup.cc Thu Oct 12 11:09:17 2006 +0000
1.3 @@ -1,5 +1,4 @@
1.4 -// #include<lemon/edge_lookup.h>
1.5 -#include<lemon/edge_lookup_test.h>
1.6 +#include"edge_lookup_test.h"
1.7 #include<lemon/smart_graph.h>
1.8 #include<vector>
1.9 #include<lemon/time_measure.h>
1.10 @@ -92,7 +91,7 @@
1.11
1.12 };
1.13
1.14 -int main(int argc, char**argv)
1.15 +int main(int, char**argv)
1.16 {
1.17 int N=atoi(argv[1]);
1.18 int M=int(N*atof(argv[2]));