X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=sharedsobs.h;fp=sharedsobs.h;h=3fa32cee636d2b4e7aa328356353b77cbf377df7;hb=8f7f4fc08b8c70d9ef0f79607813dba4e926e102;hp=e71b6b881033258b5900d41072faf7a6364a3db9;hpb=8bcd146863e2a44d6d4fb5dee2d3f17e975deb45;p=mothur.git diff --git a/sharedsobs.h b/sharedsobs.h index e71b6b8..3fa32ce 100644 --- a/sharedsobs.h +++ b/sharedsobs.h @@ -22,6 +22,7 @@ public: SharedSobs() : Calculator("sharedsobs", 1, false) {}; EstOutput getValues(SAbundVector* rank){ return data; }; EstOutput getValues(vector); + string getCitation() { return "http://www.mothur.org/wiki/sharedsobs"; } }; /***********************************************************************/