]> git.donarmstrong.com Git - mothur.git/blobdiff - logsd.h
changing command name classify.shared to classifyrf.shared
[mothur.git] / logsd.h
diff --git a/logsd.h b/logsd.h
index 70d584dec9e19c4cc5362e4e9555c103e74e1231..c9e70881e02a8abbb585ba7758bd0c326f95773b 100644 (file)
--- a/logsd.h
+++ b/logsd.h
@@ -23,6 +23,7 @@ public:
        LogSD() : Calculator("logseries", 3, false) {};
        EstOutput getValues(SAbundVector*);
        EstOutput getValues(vector<SharedRAbundVector*>) {return data;};
+       string getCitation() { return "http://www.mothur.org/wiki/LogSeries"; }
 
 private:
        double logS(double);