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