]> git.treefish.org Git - phys/latlib.git/blobdiff - o815/o815.h
Implemented startconfig.
[phys/latlib.git] / o815 / o815.h
index d3e5a21989b03c227e763410d48686bbe8f972b9..0e2a611af71e064e8b55bb5b93577466dab5424d 100644 (file)
@@ -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 {