update with new timer class

git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@2426 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
boufaras 2011-09-29 13:24:52 +00:00
commit 3abc87c973

View file

@ -204,7 +204,6 @@ void main_function(int argc, char **argv)
timer.stop();
std::cout << "final: " << sol<< std::endl;
printf("Execution time = %f ms\n",timer.getTime());
timer.deleteTimer();
}
// A main that catches the exceptions