X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=blobdiff_plain;f=logsd.h;h=c9e70881e02a8abbb585ba7758bd0c326f95773b;hp=b96115b7edf20cee6c6d3fd52c6c62c9a07c3bb2;hb=050a3ff02473a3d4c0980964e1a9ebe52e55d6b8;hpb=eb1c88346fb246e95a6b38935b103f95e38b82ca diff --git a/logsd.h b/logsd.h index b96115b..c9e7088 100644 --- a/logsd.h +++ b/logsd.h @@ -6,7 +6,7 @@ * Mothur * * Created by Thomas Ryabin on 2/23/09. - * Copyright 2009 __MyCompanyName__. All rights reserved. + * Copyright 2009 Schloss Lab UMASS Amherst. All rights reserved. * */ #include "calculator.h" @@ -19,9 +19,11 @@ It is a child of the calculator class.*/ class LogSD : public Calculator { public: - LogSD() : Calculator("logsd", 3) {}; + + LogSD() : Calculator("logseries", 3, false) {}; EstOutput getValues(SAbundVector*); - EstOutput getValues(SharedRAbundVector*, SharedRAbundVector*) {return data;}; + EstOutput getValues(vector) {return data;}; + string getCitation() { return "http://www.mothur.org/wiki/LogSeries"; } private: double logS(double);