]> git.treefish.org Git - phys/latlib.git/blobdiff - o815/o815.h
...
[phys/latlib.git] / o815 / o815.h
index 69a8276f67ea86a8c0aea2ee1171e652d1a18b97..7e286e0263e84996b08f190988acb06fc26d8393 100644 (file)
@@ -43,11 +43,9 @@ class o815 {
   public:
     sim(o815 *_O815, const int& _confmemSize);
     void nextConfig();
-    bool toEquilibrate;
     char *confMem;
-    virtual void _newParas() {};
+    virtual void _newParas()=0;
   private:
-    virtual void _reset()=0;
     virtual void _makeSweep()=0;
   protected:
     o815 *O815;