diff --git a/branches/ParadisEO-GPU/tutoriel/QAP_CPU/application/testSimpleHC_CPU.cu b/branches/ParadisEO-GPU/tutoriel/QAP_CPU/application/testSimpleHC_CPU.cu index 0bd623429..68dfa07c9 100755 --- a/branches/ParadisEO-GPU/tutoriel/QAP_CPU/application/testSimpleHC_CPU.cu +++ b/branches/ParadisEO-GPU/tutoriel/QAP_CPU/application/testSimpleHC_CPU.cu @@ -68,7 +68,7 @@ unsigned n; // The Tabou Search algorithm explorer #include //To compute execution time -#include +#include typedef eoInt 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();