Replaced the eoParameterLoader parameter by an eoParser (used everywhere now)

This commit is contained in:
evomarc 2002-05-03 05:12:32 +00:00
commit a4883fda9b

View file

@ -55,7 +55,7 @@
*/ */
template <class EOT> template <class EOT>
eoInit<EOT> & do_make_genotype(eoParameterLoader& _parser, eoState& _state, EOT) eoInit<EOT> & do_make_genotype(eoParser& _parser, eoState& _state, EOT)
{ {
// read any useful parameter here from the parser // read any useful parameter here from the parser
// the param itself will belong to the parser (as far as memory is concerned) // the param itself will belong to the parser (as far as memory is concerned)