X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=blobdiff_plain;f=sharedsorabund.h;h=aa8562260de55160b713605dd64a20389cd10368;hp=0dbf4a4bcb33def6eabdc2205b2be3a17f29c406;hb=b206f634aae1b4ce13978d203247fb64757d5482;hpb=cdcf99b7760701e6869ca8e4e6e91c8e8c4ae186 diff --git a/sharedsorabund.h b/sharedsorabund.h index 0dbf4a4..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;