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