change 'objective vector doubles' to 'real objective vector'

git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@493 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
liefooga 2007-07-02 13:56:38 +00:00
commit fa4b2d1f72
3 changed files with 33 additions and 33 deletions

View file

@ -32,8 +32,8 @@ public:
};
// objective vector of doubles
typedef moeoObjectiveVectorDouble < Sch1ObjectiveVectorTraits > Sch1ObjectiveVector;
// objective vector of real values
typedef moeoRealObjectiveVector < Sch1ObjectiveVectorTraits > Sch1ObjectiveVector;
// multi-objective evolving object for the Sch1 problem