update with new timer class

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

View file

@ -194,7 +194,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