X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=blobdiff_plain;f=logsd.h;h=c9e70881e02a8abbb585ba7758bd0c326f95773b;hp=70d584dec9e19c4cc5362e4e9555c103e74e1231;hb=615301e57c25e241356a9c2380648d117709458d;hpb=50ed3b6104d5821d6184f882e1e1423d47dcbf10 diff --git a/logsd.h b/logsd.h index 70d584d..c9e7088 100644 --- a/logsd.h +++ b/logsd.h @@ -23,6 +23,7 @@ public: LogSD() : Calculator("logseries", 3, false) {}; EstOutput getValues(SAbundVector*); EstOutput getValues(vector) {return data;}; + string getCitation() { return "http://www.mothur.org/wiki/LogSeries"; } private: double logS(double);