some misspelling errors have been corrected

git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@588 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
jboisson 2007-08-03 14:39:28 +00:00
commit 0c4e0a57fe
2 changed files with 5 additions and 2 deletions

View file

@ -51,6 +51,9 @@ public:
} }
//! Procedure which allows to initialise all the stuff needed. //! Procedure which allows to initialise all the stuff needed.
/*!
It can be also used to reinitialize all the needed things.
*/
void init () void init ()
{} {}

View file

@ -16,7 +16,7 @@
//! One possible stop criterion for a solution-based heuristic. //! 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 > template < class EOT > class moNoFitImprSolContinue:public moSolContinue < EOT >
{ {
@ -72,7 +72,7 @@ public:
//! Procedure which allows to initialise all the stuff needed. //! 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 () void init ()
{ {