variable initialization missing
git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@2229 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
parent
38b9b80a35
commit
5706d1cda8
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
metric(_metric), pop(_pop), filename(_filename), counter(1), firstGen(true)
|
||||
{}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue