X-Git-Url: http://git.treefish.org/~alex/phys/latlib.git/blobdiff_plain/36bc55ceb7b62569c7604f28b3e53bc2e42cf0ce..79dc42fe36820965127efc5755be1450521b0a26:/o815/o815.h diff --git a/o815/o815.h b/o815/o815.h index 67ef320..7e286e0 100644 --- a/o815/o815.h +++ b/o815/o815.h @@ -44,10 +44,8 @@ class o815 { sim(o815 *_O815, const int& _confmemSize); void nextConfig(); char *confMem; - virtual void _newParas() {}; - int nequileft; + virtual void _newParas()=0; private: - virtual void _reset()=0; virtual void _makeSweep()=0; protected: o815 *O815;