Use the templatized type for the metric in binary metric stat

This commit is contained in:
Johann Dreo 2013-06-13 16:25:55 +02:00
commit 2b80b91d28

View file

@ -81,7 +81,7 @@ public:
protected:
/** binary metric comparing two Pareto sets */
moeoVectorVsVectorBinaryMetric<ObjectiveVector, double> & _metric;
moeoVectorVsVectorBinaryMetric<ObjectiveVector, T> & _metric;
/** (n-1) population */
eoPop<MOEOT> _prev_pop;