]> git.donarmstrong.com Git - mothur.git/blobdiff - sharedjabund.h
changes while testing
[mothur.git] / sharedjabund.h
index 5e4424374e006557e2c6faa7c753f763bcf0dd9c..083ad2393480d91cb14d297d1050f9cca637375b 100644 (file)
@@ -20,9 +20,10 @@ 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*>);
+       string getCitation() { return "http://www.mothur.org/wiki/Jabund"; }
 private:
        UVEst* uv;