X-Git-Url: http://git.treefish.org/~alex/phys/latlib.git/blobdiff_plain/e46233799c25067188549528947ae980579a5e8c..79dc42fe36820965127efc5755be1450521b0a26:/o815/o815.h?ds=sidebyside diff --git a/o815/o815.h b/o815/o815.h index 1b94170..7e286e0 100644 --- a/o815/o815.h +++ b/o815/o815.h @@ -43,12 +43,10 @@ class o815 { public: sim(o815 *_O815, const int& _confmemSize); void nextConfig(); - bool toEquilibrate; char *confMem; - virtual void _newParas() {}; + virtual void _newParas()=0; private: - virtual void _reset()=0; - virtual void _makeSweep(int nsweep)=0; + virtual void _makeSweep()=0; protected: o815 *O815; ostream *log;