dummy modification

git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@179 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
liefooga 2007-02-14 15:08:23 +00:00
commit 2deba122b4
2 changed files with 2 additions and 2 deletions

View file

@ -48,7 +48,7 @@ public:
/** /**
* Gives a new solution in order to explore the neigborhood. * Gives a new solution in order to explore the neigborhood.
* The new non-dominated solutions are added to the archive * The new non-dominated solutions are added to the archive
* @param _eo the solution * @param _moeo the solution
* @param _arch the archive of non-dominated solutions * @param _arch the archive of non-dominated solutions
*/ */
void operator () (const MOEOT & _moeo, moeoArchive < MOEOT > & _arch) void operator () (const MOEOT & _moeo, moeoArchive < MOEOT > & _arch)

View file

@ -51,7 +51,7 @@ public:
} }
else if (nObjectives == 2) else if (nObjectives == 2)
{ {
// two objectives (the two objectives function is still to do) // two objectives (the two objectives function is still to implement)
mObjectives(_pop); mObjectives(_pop);
} }
else if (nObjectives > 2) else if (nObjectives > 2)