X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=blobdiff_plain;f=sharedace.h;h=9ea0d6a1c901e3fb73d296d1a31c35ff11a76539;hp=94fa00632f83bdb7375a329563ba75500240c634;hb=df7e3ff9f68ef157b0328a2d353c3258c5d45d89;hpb=1b4aa03040e61f4c2d47ce32cb12726dcdadb917 diff --git a/sharedace.h b/sharedace.h index 94fa006..9ea0d6a 100644 --- a/sharedace.h +++ b/sharedace.h @@ -22,6 +22,7 @@ public: SharedAce(int n=10) : abund(n), Calculator("sharedace", 1, false) {}; EstOutput getValues(SAbundVector*) {return data;}; EstOutput getValues(vector); + string getCitation() { return "http://www.mothur.org/wiki/SharedAce"; } private: int abund; };