]> git.donarmstrong.com Git - mothur.git/blobdiff - sharedthetan.h
added concensus command and updated calcs
[mothur.git] / sharedthetan.h
index 459868e2753a9be6dee26f49b969d363ce1df43a..48e816d8e110615fdec4b182a3af7b6b68e7118b 100644 (file)
@@ -20,9 +20,9 @@ It is a child of the calculator class. */
 class ThetaN : public Calculator  {
        
 public:
-       ThetaN() :  Calculator("ThetaN", 3) {};
+       ThetaN() :  Calculator("ThetaN", 3, false) {};
        EstOutput getValues(SAbundVector*) {return data;};
-       EstOutput getValues(SharedRAbundVector*, SharedRAbundVector*);
+       EstOutput getValues(vector<SharedRAbundVector*>);
 private:
        
 };