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