Clear src
git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@2375 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
parent
232d47a9f8
commit
857339085f
1 changed files with 0 additions and 5 deletions
|
|
@ -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");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue