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