X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=blobdiff_plain;f=sharedsorabund.h;h=aa8562260de55160b713605dd64a20389cd10368;hp=7ec112e31b7902fd442508b562f301353a8f54be;hb=cf9987b67aa49777a4c91c2d21f96e58bf17aa82;hpb=1b4aa03040e61f4c2d47ce32cb12726dcdadb917 diff --git a/sharedsorabund.h b/sharedsorabund.h index 7ec112e..aa85622 100644 --- a/sharedsorabund.h +++ b/sharedsorabund.h @@ -23,6 +23,7 @@ public: 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;