Add precision in the output of the eoValueParam.h

This commit is contained in:
verel 2014-11-09 15:17:41 +01:00
commit eb8f1e99a9
4 changed files with 19 additions and 3 deletions

View file

@ -162,7 +162,7 @@ private:
// true if the move is accepted
bool isAccept ;
// if true the HC stop when to improving solution is found
// if true : the HC stop when no improving solution is found
// if false : never stop, always continue (external continuator)
bool stop ;
};