diff --git a/trunk/paradiseo-moeo/src/fitness/moeoDominanceDepthFitnessAssignment.h b/trunk/paradiseo-moeo/src/fitness/moeoDominanceDepthFitnessAssignment.h index 8e650c8c5..7d214b66c 100644 --- a/trunk/paradiseo-moeo/src/fitness/moeoDominanceDepthFitnessAssignment.h +++ b/trunk/paradiseo-moeo/src/fitness/moeoDominanceDepthFitnessAssignment.h @@ -103,7 +103,7 @@ class moeoDominanceDepthFitnessAssignment : public moeoDominanceBasedFitnessAssi else { // problem with the number of objectives - throw std::runtime_error("Problem with the number of objectives in moeoNonDominatedSortingFitnessAssignment"); + throw std::runtime_error("Problem with the number of objectives in moeoDominanceDepthFitnessAssignment"); } // a higher fitness is better, so the values need to be inverted double max = _pop[0].fitness();