]> git.donarmstrong.com Git - mothur.git/blobdiff - sharedsorabund.h
working on pam
[mothur.git] / sharedsorabund.h
index 7ec112e31b7902fd442508b562f301353a8f54be..aa8562260de55160b713605dd64a20389cd10368 100644 (file)
@@ -23,6 +23,7 @@ public:
        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;