X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=blobdiff_plain;f=sharedsorest.h;h=904a71208590d9b4e4cb9aeda50a12329a06d004;hp=94bcc32afe7b7021b4aedde1a49f6ec46687c748;hb=d1c97b8c04bb75faca1e76ffad60b37a4d789d3d;hpb=1b4aa03040e61f4c2d47ce32cb12726dcdadb917 diff --git a/sharedsorest.h b/sharedsorest.h index 94bcc32..904a712 100644 --- a/sharedsorest.h +++ b/sharedsorest.h @@ -23,6 +23,7 @@ public: SorEst() : Calculator("sorest", 1, false) {}; EstOutput getValues(SAbundVector*) {return data;}; EstOutput getValues(vector); + string getCitation() { return "http://www.mothur.org/wiki/Sorest"; } private: };