]> git.donarmstrong.com Git - mothur.git/blobdiff - libshuff.h
changes while testing
[mothur.git] / libshuff.h
index 6412f160cdfccd84879de24cb7e04ca551166e87..4275ff78e93a4728e85c85d0cd1eca3bfa8e81d0 100644 (file)
@@ -16,6 +16,7 @@ class Libshuff {
        
 public:
        Libshuff(FullMatrix*, int, float, float);
+    virtual ~Libshuff() {}
        virtual vector<vector<double> > evaluateAll() = 0;
        virtual float evaluatePair(int,int) = 0;
        void randomizeGroups(int, int);
@@ -42,6 +43,7 @@ protected:
        float stepSize;
        
        int numGroups;
+       MothurOut* m;
 };
 
 #endif