]> git.treefish.org Git - phys/latlib.git/blobdiff - o815/o815.h
Added resetconfig routine.
[phys/latlib.git] / o815 / o815.h
index d3e5a21989b03c227e763410d48686bbe8f972b9..05053871c1ca302e58625c46639b10e34d8fb4c0 100644 (file)
@@ -45,6 +45,7 @@ class o815 {
     void nextConfig();
     char *confMem;
     virtual void _newParas()=0;
     void nextConfig();
     char *confMem;
     virtual void _newParas()=0;
+    virtual void _resetConfig()=0;
     int nequi, nskip;
   private:
     virtual void _makeSweep()=0;
     int nequi, nskip;
   private:
     virtual void _makeSweep()=0;
@@ -64,6 +65,7 @@ class o815 {
     string outdir;
     int idonly;
     int showjobnum;
     string outdir;
     int idonly;
     int showjobnum;
+    string startconfig;
   } comargs;
 
   struct comoption {
   } comargs;
 
   struct comoption {