]> git.donarmstrong.com Git - mothur.git/blobdiff - sharedochiai.h
added concensus command and updated calcs
[mothur.git] / sharedochiai.h
index 26c6c586a65c791a56b25325bdb9b9d2c8399315..61d9df38e762b644a8538eddc38cd35da45592ee 100644 (file)
@@ -16,9 +16,9 @@
 class Ochiai : public Calculator  {
        
 public:
-       Ochiai() :  Calculator("Ochiai", 1) {};
+       Ochiai() :  Calculator("Ochiai", 1, false) {};
        EstOutput getValues(SAbundVector*) {return data;};
-       EstOutput getValues(SharedRAbundVector*, SharedRAbundVector*);
+       EstOutput getValues(vector<SharedRAbundVector*>);
 private:
        
 };