From 2b80b91d281534e3af603805f04607fef5fc04f9 Mon Sep 17 00:00:00 2001 From: Johann Dreo Date: Thu, 13 Jun 2013 16:25:55 +0200 Subject: [PATCH] Use the templatized type for the metric in binary metric stat --- moeo/src/utils/moeoBinaryMetricStat.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/moeo/src/utils/moeoBinaryMetricStat.h b/moeo/src/utils/moeoBinaryMetricStat.h index 42b34ff11..a75ed20a2 100644 --- a/moeo/src/utils/moeoBinaryMetricStat.h +++ b/moeo/src/utils/moeoBinaryMetricStat.h @@ -81,7 +81,7 @@ public: protected: /** binary metric comparing two Pareto sets */ - moeoVectorVsVectorBinaryMetric & _metric; + moeoVectorVsVectorBinaryMetric & _metric; /** (n-1) population */ eoPop _prev_pop;