From 857339085f6c5bfb335982f92352b5fcb76ab659 Mon Sep 17 00:00:00 2001 From: boufaras Date: Wed, 14 Sep 2011 13:49:55 +0000 Subject: [PATCH] Clear src git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@2375 331e1502-861f-0410-8da2-ba01fb791d7f --- branches/ParadisEO-GPU/tutoriel/QAP/testSimpleHC.cu | 5 ----- 1 file changed, 5 deletions(-) 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");