]> git.donarmstrong.com Git - mothur.git/blobdiff - sharedjabund.h
changes while testing
[mothur.git] / sharedjabund.h
index 1bd41988f492571e8541667350ac4d1038eeb922..083ad2393480d91cb14d297d1050f9cca637375b 100644 (file)
@@ -23,6 +23,7 @@ public:
        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;