X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=sharedsorest.h;h=904a71208590d9b4e4cb9aeda50a12329a06d004;hb=541bab1dac00688b4c3a8c4a95ab464412663c50;hp=94bcc32afe7b7021b4aedde1a49f6ec46687c748;hpb=1b4aa03040e61f4c2d47ce32cb12726dcdadb917;p=mothur.git 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: };