]> git.donarmstrong.com Git - mothur.git/blobdiff - sharedjabund.h
changes while testing
[mothur.git] / sharedjabund.h
index a5fab2f981fce1947d24b8a8ca7eb3c2844d40fc..083ad2393480d91cb14d297d1050f9cca637375b 100644 (file)
@@ -20,9 +20,10 @@ It is a child of the calculator class. */
 class JAbund : public Calculator  {
        
 public:
-       JAbund() :  Calculator("jabund", 3, false) {};
+       JAbund() :  Calculator("jabund", 1, false) {};
        EstOutput getValues(SAbundVector*) {return data;};
        EstOutput getValues(vector<SharedRAbundVector*>);
+       string getCitation() { return "http://www.mothur.org/wiki/Jabund"; }
 private:
        UVEst* uv;