Fix some warnings in eo and moeo.

This commit is contained in:
quemy 2014-05-03 18:58:55 +02:00
commit e71dea0c5a
3 changed files with 3 additions and 2 deletions

View file

@ -65,7 +65,7 @@ class moeoBinaryMetricSavingUpdater : public eoUpdater
* @param _filename the target filename
*/
moeoBinaryMetricSavingUpdater (moeoVectorVsVectorBinaryMetric < ObjectiveVector, double > & _metric, const eoPop < MOEOT > & _pop, std::string _filename) :
metric(_metric), pop(_pop), filename(_filename), counter(1), firstGen(true)
metric(_metric), pop(_pop), filename(_filename), firstGen(true), counter(1)
{}