diff --git a/branches/ParadisEO-GPU/tutoriel/Kswap-OneMax/testKswapHCByCpy.cu b/branches/ParadisEO-GPU/tutoriel/Kswap-OneMax/testKswapHCByCpy.cu index 695cb58df..72affd32b 100644 --- a/branches/ParadisEO-GPU/tutoriel/Kswap-OneMax/testKswapHCByCpy.cu +++ b/branches/ParadisEO-GPU/tutoriel/Kswap-OneMax/testKswapHCByCpy.cu @@ -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