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

This commit is contained in:
jhumeau 2009-06-25 14:41:21 +00:00
commit ab01ec6e79
2 changed files with 5 additions and 1 deletions

View file

@ -71,7 +71,7 @@ public:
* Ctor
* @param _comparator the moeoObjectiveVectorComparator used to compare solutions
*/
moeoDMLSArchive(moeoObjectiveVectorComparator < ObjectiveVector > & _comparator) : eoPop < MOEOT >(), comparator(_comparator), isModified(false)
moeoDMLSArchive(moeoObjectiveVectorComparator < ObjectiveVector > & _comparator) : moeoArchive < MOEOT >(), comparator(_comparator), isModified(false)
{}