Added the missing include of eoScalarFitness - mandatory due to
explicit specialization for eoParamValue<vector<eoMinimizingFitness> >
This commit is contained in:
parent
d3525298fe
commit
1b681e4e0d
1 changed files with 1 additions and 2 deletions
|
|
@ -31,7 +31,7 @@
|
||||||
#include <string>
|
#include <string>
|
||||||
#include <strstream>
|
#include <strstream>
|
||||||
#include <vector>
|
#include <vector>
|
||||||
|
#include <eoScalarFitness.h> // for specializations
|
||||||
/**
|
/**
|
||||||
eoParam: Base class for monitoring and parsing parameters
|
eoParam: Base class for monitoring and parsing parameters
|
||||||
*/
|
*/
|
||||||
|
|
@ -170,7 +170,6 @@ private :
|
||||||
ValueType repValue;
|
ValueType repValue;
|
||||||
};
|
};
|
||||||
|
|
||||||
/// Specialized setValue for bool
|
|
||||||
template <>
|
template <>
|
||||||
void eoValueParam<bool>::setValue(std::string _value)
|
void eoValueParam<bool>::setValue(std::string _value)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Reference in a new issue