diff --git a/eo/src/eoInit.h b/eo/src/eoInit.h index f872c1dd..3d5f6835 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 runtime_error("In the eoInit base class"); // just in case - } +// virtual void operator()(EOT& chrom) +// { +// throw runtime_error("In the eoInit base class"); // just in case +// } }; /** turning an eoInit into a generator