]> git.donarmstrong.com Git - mothur.git/blobdiff - sharedsorabund.h
working on pam
[mothur.git] / sharedsorabund.h
index 0dbf4a4bcb33def6eabdc2205b2be3a17f29c406..aa8562260de55160b713605dd64a20389cd10368 100644 (file)
@@ -20,9 +20,10 @@ It is a child of the calculator class. */
 class SorAbund : public Calculator  {
        
 public:
-       SorAbund() :  Calculator("sorabund", 3, false) {};
+       SorAbund() :  Calculator("sorabund", 1, false) {};
        EstOutput getValues(SAbundVector*) {return data;};
        EstOutput getValues(vector<SharedRAbundVector*>);
+       string getCitation() { return "http://www.mothur.org/wiki/Sorabund"; }
 private:
        UVEst* uv;