git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@1591 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
parent
afe657449a
commit
ab01ec6e79
2 changed files with 5 additions and 1 deletions
|
|
@ -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)
|
||||
{}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue