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:
parent
ade53b7ec3
commit
6ac24e1ce3
1 changed files with 2 additions and 2 deletions
|
|
@ -325,11 +325,11 @@ class MOEO : public EO < MOEOObjectiveVector >
|
|||
{
|
||||
if ( invalidObjectiveVector() )
|
||||
{
|
||||
_os << "INVALID\t";
|
||||
_os << "INVALID ";
|
||||
}
|
||||
else
|
||||
{
|
||||
_os << objectiveVectorValue << '\t';
|
||||
_os << objectiveVectorValue << ' ';
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue