diff --git a/eo/src/eoInit.h b/eo/src/eoInit.h index 8383e7d2..49303dac 100644 --- a/eo/src/eoInit.h +++ b/eo/src/eoInit.h @@ -45,10 +45,10 @@ template class eoInit : public eoUF { public: -// virtual void operator()(EOT& chrom) -// { -// throw std::runtime_error("In the eoInit base class"); // just in case -// } + + /** SHould be pure virtual, but then we should go over the whole + * code to write the method for all derived classes ... MS 16/7/04 */ + virtual std::string className(void) const { return "eoInit"; } }; /** turning an eoInit into a generator