X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=logsd.h;h=7bb12c3ce8791461bc8e904fc04d688ffb5856b6;hb=e4827e0945cbda536064e5a345996b2a7dfcbb81;hp=b96115b7edf20cee6c6d3fd52c6c62c9a07c3bb2;hpb=eb1c88346fb246e95a6b38935b103f95e38b82ca;p=mothur.git diff --git a/logsd.h b/logsd.h index b96115b..7bb12c3 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,9 @@ It is a child of the calculator class.*/ class LogSD : public Calculator { public: - LogSD() : Calculator("logsd", 3) {}; + LogSD() : Calculator("logseries", 3) {}; EstOutput getValues(SAbundVector*); - EstOutput getValues(SharedRAbundVector*, SharedRAbundVector*) {return data;}; + EstOutput getValues(SharedRAbundVector*, SharedRAbundVector*) { return data; }; private: double logS(double);