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