correct old moeo errors : eoArchive --> moeoArchive, cont --> term

git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@205 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
legrand 2007-03-21 08:40:38 +00:00
commit 3da8e0c53f

View file

@ -35,7 +35,7 @@ public:
* @param _mols a multi-objective local search
* @param _arch the archive
*/
eoHybridMOLS (eoContinue < EOT > &_term, eoSelect < EOT > &_select, moeoMOLS < EOT > &_mols, moeoArchive < EOT > &_arch):term (_term), select (_select), mols (_mols),
moeoHybridMOLS (eoContinue < EOT > &_term, eoSelect < EOT > &_select, moeoMOLS < EOT > &_mols, moeoArchive < EOT > &_arch):term (_term), select (_select), mols (_mols),
arch
(_arch)
{
@ -46,7 +46,7 @@ eoHybridMOLS (eoContinue < EOT > &_term, eoSelect < EOT > &_select, moeoMOLS < E
*/
void operator () ()
{
if (!cont (arch))
if (!term (arch))
{
// selection of solutions
eoPop < EOT > selectedSolutions;