attribut private -> protected

git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@1880 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
jhumeau 2010-06-30 14:42:56 +00:00
commit 1de6f9ce72

View file

@ -223,14 +223,11 @@ protected:
}
return res;
}
private:
/** The moeoObjectiveVectorComparator used to compare solutions */
moeoObjectiveVectorComparator < ObjectiveVector > & comparator;
/** A moeoObjectiveVectorComparator based on Pareto dominance (used as default) */
moeoParetoObjectiveVectorComparator < ObjectiveVector > paretoComparator;
protected:
/** boolean */
bool replace;
};