Moved the static variables of class eoVariableParetoTraits

into a separate .cpp file (eoParetoFitness.cpp) - and modified Makefile.am
This commit is contained in:
evomarc 2002-02-02 06:43:46 +00:00
commit daed31c088
3 changed files with 39 additions and 6 deletions

View file

@ -85,11 +85,6 @@ private:
static vector<bool> bObj;
};
// need to allocate these -> should probably be done in some cpp file!
unsigned eoVariableParetoTraits::nObj;
vector<bool> eoVariableParetoTraits::bObj;
/**
eoParetoFitness class: vector of doubles with overloaded comparison operators. Comparison is done
on pareto dominance. The template argument FitnessTraits defaults to eoParetoFitnessTraits, which