[Lemon-commits] [lemon_svn] alpar: r2981 - hugo/trunk/benchmark
Lemon SVN
svn at lemon.cs.elte.hu
Mon Nov 6 21:51:37 CET 2006
Author: alpar
Date: Thu Oct 12 13:09:17 2006
New Revision: 2981
Modified:
hugo/trunk/benchmark/edge_lookup.cc
Log:
Bugfix
Modified: hugo/trunk/benchmark/edge_lookup.cc
==============================================================================
--- hugo/trunk/benchmark/edge_lookup.cc (original)
+++ hugo/trunk/benchmark/edge_lookup.cc Thu Oct 12 13:09:17 2006
@@ -1,5 +1,4 @@
-// #include<lemon/edge_lookup.h>
-#include<lemon/edge_lookup_test.h>
+#include"edge_lookup_test.h"
#include<lemon/smart_graph.h>
#include<vector>
#include<lemon/time_measure.h>
@@ -92,7 +91,7 @@
};
-int main(int argc, char**argv)
+int main(int, char**argv)
{
int N=atoi(argv[1]);
int M=int(N*atof(argv[2]));
More information about the Lemon-commits
mailing list