X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=ace.h;h=ce56b76af639b6170a3967269ffe0e561a7b3b22;hb=6b32d112bb60e9f7eb6d4407a4eed4c49b67bced;hp=26d93b10014183a3ad94b0d6f991b1e68946494a;hpb=50ed3b6104d5821d6184f882e1e1423d47dcbf10;p=mothur.git diff --git a/ace.h b/ace.h index 26d93b1..ce56b76 100644 --- a/ace.h +++ b/ace.h @@ -23,6 +23,7 @@ public: Ace(int n) : abund(n), Calculator("ace", 3, false) {}; EstOutput getValues(SAbundVector*); EstOutput getValues(vector) {return data;}; + string getCitation() { return "http://www.mothur.org/wiki/Ace"; } private: int abund; };