]> git.donarmstrong.com Git - mothur.git/blobdiff - sharedjabund.h
added mothur executable to cvs
[mothur.git] / sharedjabund.h
index 5e4424374e006557e2c6faa7c753f763bcf0dd9c..1bd41988f492571e8541667350ac4d1038eeb922 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", 1, false) {};
        EstOutput getValues(SAbundVector*) {return data;};
-       EstOutput getValues(SharedRAbundVector*, SharedRAbundVector*);
+       EstOutput getValues(vector<SharedRAbundVector*>);
 private:
        UVEst* uv;