revert 399b22266 (virtual fitness interface temptative)
Incompatible with MOEO's change of interface.
This commit is contained in:
parent
7c88ec4fa7
commit
172798a637
1 changed files with 1 additions and 1 deletions
|
|
@ -95,7 +95,7 @@ public:
|
|||
/** Set fitness. At the same time, validates it.
|
||||
* @param _fitness New fitness value.
|
||||
*/
|
||||
virtual void fitness(const Fitness& _fitness)
|
||||
void fitness(const Fitness& _fitness)
|
||||
{
|
||||
repFitness = _fitness;
|
||||
invalidFitness = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue