git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@1571 331e1502-861f-0410-8da2-ba01fb791d7f

This commit is contained in:
jhumeau 2009-03-26 10:09:23 +00:00
commit ef8d881c7c
6 changed files with 224 additions and 246 deletions

View file

@ -45,7 +45,7 @@
* Abstract class for multi-objective local search neighborhood exploration
*/
template < class Move >
class moeoPopNeighborhoodExplorer{
class moeoPopNeighborhoodExplorer: public eoFunctorBase{
public:
/**