Clear src

git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@2375 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
boufaras 2011-09-14 13:49:55 +00:00
commit 857339085f

View file

@ -105,11 +105,6 @@ int main(int argc, char **argv)
parser.processParam( seedParam );
unsigned seed = seedParam.value();
//Number of position to change
eoValueParam<unsigned int> 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<string> statusParam(str_status.c_str(), "status", "Status file");