From 2deba122b4f821ab0310a30661ac24bc9156d598 Mon Sep 17 00:00:00 2001 From: liefooga Date: Wed, 14 Feb 2007 15:08:23 +0000 Subject: [PATCH] dummy modification git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@179 331e1502-861f-0410-8da2-ba01fb791d7f --- branches/paradiseo-moeo-1.0/src/moeoCombinedLS.h | 2 +- .../src/moeoFastNonDominatedSortingFitnessAssignment.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/branches/paradiseo-moeo-1.0/src/moeoCombinedLS.h b/branches/paradiseo-moeo-1.0/src/moeoCombinedLS.h index fc844ad06..59f380f3d 100644 --- a/branches/paradiseo-moeo-1.0/src/moeoCombinedLS.h +++ b/branches/paradiseo-moeo-1.0/src/moeoCombinedLS.h @@ -48,7 +48,7 @@ public: /** * Gives a new solution in order to explore the neigborhood. * 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 */ void operator () (const MOEOT & _moeo, moeoArchive < MOEOT > & _arch) diff --git a/branches/paradiseo-moeo-1.0/src/moeoFastNonDominatedSortingFitnessAssignment.h b/branches/paradiseo-moeo-1.0/src/moeoFastNonDominatedSortingFitnessAssignment.h index ae5603bef..d99b302ba 100644 --- a/branches/paradiseo-moeo-1.0/src/moeoFastNonDominatedSortingFitnessAssignment.h +++ b/branches/paradiseo-moeo-1.0/src/moeoFastNonDominatedSortingFitnessAssignment.h @@ -51,7 +51,7 @@ public: } 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); } else if (nObjectives > 2)