X-Git-Url: http://git.treefish.org/~alex/phys/latlib.git/blobdiff_plain/a5f05e337d18c193ac57b4da0013d1cdc69f8faa..91d6de08138eacd2098cc662a4ebceea4a07b280:/o815/o815.h diff --git a/o815/o815.h b/o815/o815.h index 91fc747..9f980f7 100644 --- a/o815/o815.h +++ b/o815/o815.h @@ -43,11 +43,10 @@ class o815 { public: sim(o815 *_O815, const int& _confmemSize); void nextConfig(); - bool toEquilibrate; char *confMem; + virtual void _newParas()=0; private: - virtual void _reset()=0; - virtual void _makeSweep(int nsweep)=0; + virtual void _makeSweep()=0; protected: o815 *O815; ostream *log; @@ -76,6 +75,7 @@ class o815 { }; o815(int argc, char **argv, const string& _programid, comoption specOps[]=NULL, void (*helpHeader)()=NULL); + void postParaInit(); ~o815(); paraq *paraQ; writeout *out;