X-Git-Url: http://git.treefish.org/~alex/phys/latlib.git/blobdiff_plain/7a385d92335a4707d5b0aae66e4850d137c1fe7d..36bc55ceb7b62569c7604f28b3e53bc2e42cf0ce:/o815/o815.h?ds=inline diff --git a/o815/o815.h b/o815/o815.h index 8b00437..67ef320 100644 --- a/o815/o815.h +++ b/o815/o815.h @@ -36,7 +36,6 @@ class o815 { char *obsMem; string simid, datadesc; ostream *out, *log; - void printParas(); paraq* paraQ; }; @@ -44,11 +43,12 @@ class o815 { public: sim(o815 *_O815, const int& _confmemSize); void nextConfig(); - bool toEquilibrate; char *confMem; + virtual void _newParas() {}; + int nequileft; private: virtual void _reset()=0; - virtual void _makeSweep(int nsweep)=0; + virtual void _makeSweep()=0; protected: o815 *O815; ostream *log;