tab replaced by a space

git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@2205 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
liefooga 2011-03-31 08:04:23 +00:00
commit 6ac24e1ce3

View file

@ -325,11 +325,11 @@ class MOEO : public EO < MOEOObjectiveVector >
{ {
if ( invalidObjectiveVector() ) if ( invalidObjectiveVector() )
{ {
_os << "INVALID\t"; _os << "INVALID ";
} }
else else
{ {
_os << objectiveVectorValue << '\t'; _os << objectiveVectorValue << ' ';
} }
} }