X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=blobdiff_plain;f=sharedsorabund.h;h=aa8562260de55160b713605dd64a20389cd10368;hp=032dbda77c069bef164de7ca7e6accd88a02861f;hb=a8e2df1b96a57f5f29576b08361b86a96a8eff4f;hpb=50ed3b6104d5821d6184f882e1e1423d47dcbf10 diff --git a/sharedsorabund.h b/sharedsorabund.h index 032dbda..aa85622 100644 --- a/sharedsorabund.h +++ b/sharedsorabund.h @@ -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); + string getCitation() { return "http://www.mothur.org/wiki/Sorabund"; } private: UVEst* uv;