fix: doc and warnings

This commit is contained in:
Johann Dreo 2020-04-22 08:00:28 +02:00
commit ee5e1a36f6
5 changed files with 10 additions and 5 deletions

View file

@ -65,7 +65,7 @@ template <class EOT>
eoEsChromInit<EOT> & do_make_genotype(eoParser& _parser, eoState& _state, EOT)
{
// the fitness type
typedef typename EOT::Fitness FitT;
// typedef typename EOT::Fitness FitT;
eoEsChromInit<EOT> *init;
// for eoReal, only thing needed is the size - but might have been created elswhere ...