diff --git a/branches/ParadisEO-GPU/tutoriel/QAP/testSimpleHC.cu b/branches/ParadisEO-GPU/tutoriel/QAP/testSimpleHC.cu index b17574f4d..34a0724cf 100644 --- a/branches/ParadisEO-GPU/tutoriel/QAP/testSimpleHC.cu +++ b/branches/ParadisEO-GPU/tutoriel/QAP/testSimpleHC.cu @@ -105,11 +105,6 @@ int main(int argc, char **argv) parser.processParam( seedParam ); unsigned seed = seedParam.value(); - //Number of position to change - eoValueParam nbPosParam(1, "nbPos", "X Change", 'N'); - parser.processParam( nbPosParam, "Exchange" ); - unsigned nbPos = nbPosParam.value(); - // the name of the "status" file where all actual parameter values will be saved string str_status = parser.ProgramName() + ".status"; // default value eoValueParam statusParam(str_status.c_str(), "status", "Status file");