Clear src

git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@2397 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
boufaras 2011-09-14 15:47:06 +00:00
commit 28d992b4b5

View file

@ -68,7 +68,7 @@ unsigned n;
// The Tabou Search algorithm explorer
#include <explorer/moSimpleHCexplorer.h>
//To compute execution time
#include <performance/moCudaTimer.h>
#include <performance/moGPUTimer.h>
typedef eoInt<eoMinimizingFitness> solution;
@ -201,7 +201,7 @@ int main(int argc, char **argv)
std::cout << "initial: " << sol<< std::endl;
// Create timer for timing CUDA calculation
moCudaTimer timer;
moGPUTimer timer;
timer.start();
localSearch(sol);
timer.stop();