From 0c4e0a57fed7cd825ac3485686ed3d7ba95c33fd Mon Sep 17 00:00:00 2001 From: jboisson Date: Fri, 3 Aug 2007 14:39:28 +0000 Subject: [PATCH] some misspelling errors have been corrected git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@588 331e1502-861f-0410-8da2-ba01fb791d7f --- trunk/paradiseo-mo/src/moFitSolContinue.h | 3 +++ trunk/paradiseo-mo/src/moNoFitImprSolContinue.h | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/trunk/paradiseo-mo/src/moFitSolContinue.h b/trunk/paradiseo-mo/src/moFitSolContinue.h index 7ed41ad07..be13d15cd 100644 --- a/trunk/paradiseo-mo/src/moFitSolContinue.h +++ b/trunk/paradiseo-mo/src/moFitSolContinue.h @@ -51,6 +51,9 @@ public: } //! Procedure which allows to initialise all the stuff needed. + /*! + It can be also used to reinitialize all the needed things. + */ void init () {} diff --git a/trunk/paradiseo-mo/src/moNoFitImprSolContinue.h b/trunk/paradiseo-mo/src/moNoFitImprSolContinue.h index 101dc1fc3..22208918d 100644 --- a/trunk/paradiseo-mo/src/moNoFitImprSolContinue.h +++ b/trunk/paradiseo-mo/src/moNoFitImprSolContinue.h @@ -16,7 +16,7 @@ //! One possible stop criterion for a solution-based heuristic. /*! - The stop criterion corresponds to a maximum number of iterations without improevement. + The stop criterion corresponds to a maximum number of iterations without improvement. */ template < class EOT > class moNoFitImprSolContinue:public moSolContinue < EOT > { @@ -72,7 +72,7 @@ public: //! Procedure which allows to initialise all the stuff needed. /*! - It can be also used to reinitialize the counter all the needed things. + It can be also used to reinitialize all the needed things. */ void init () {