]> git.donarmstrong.com Git - mothur.git/blobdiff - sharedjabund.h
pat's edits of screen.seqs and summary.seqs
[mothur.git] / sharedjabund.h
index 5e4424374e006557e2c6faa7c753f763bcf0dd9c..a5fab2f981fce1947d24b8a8ca7eb3c2844d40fc 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;