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:
legrand 2008-03-03 16:45:03 +00:00
commit 6cba320736

View file

@ -77,7 +77,7 @@ main (int _argc, char* _argv [])
moMoveSelect<TwoOpt>* two_opt_selection;
if(selectionType.compare("Best")==0)
if (selectionType.compare("Best")==0)
{
two_opt_selection= new moBestImprSelect<TwoOpt>();
}
@ -130,7 +130,7 @@ manage_configuration_file(eoParser & _parser)
}
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.");
}