X-Git-Url: http://git.treefish.org/~alex/phys/latlib.git/blobdiff_plain/38ffdcb3843eec92d62b23d32a735107a49fb7d8..07516f0b1615a95f3e68d073adf4cfda584b99fa:/o815/o815.h diff --git a/o815/o815.h b/o815/o815.h index d3e5a21..0e2a611 100644 --- a/o815/o815.h +++ b/o815/o815.h @@ -42,12 +42,16 @@ class o815 { class sim { public: sim(o815 *_O815, const int& _confmemSize); + ~sim (); void nextConfig(); char *confMem; virtual void _newParas()=0; int nequi, nskip; + void resetConfig(); private: virtual void _makeSweep()=0; + virtual void _resetConfig()=0; + char *startConfiguration; protected: o815 *O815; ostream *log; @@ -64,6 +68,7 @@ class o815 { string outdir; int idonly; int showjobnum; + string startconfig; } comargs; struct comoption {