indent a file for a test
git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@1054 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
parent
6cba320736
commit
9100f88efa
1 changed files with 62 additions and 62 deletions
|
|
@ -80,7 +80,7 @@ main (int _argc, char* _argv [])
|
|||
|
||||
moTabuList<TwoOpt> *tabuList;
|
||||
|
||||
if(value.compare("TwoOpt")==0)
|
||||
if (value.compare("TwoOpt")==0)
|
||||
{
|
||||
tabuList=new TwoOptTabuList();
|
||||
}
|
||||
|
|
@ -141,7 +141,7 @@ manage_configuration_file(eoParser & _parser)
|
|||
}
|
||||
|
||||
os.open("current_param");
|
||||
if(!os.is_open())
|
||||
if (!os.is_open())
|
||||
{
|
||||
throw std::runtime_error("[tabu_search.cpp]: the file current_param cannot be created.");
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue