]> git.donarmstrong.com Git - mothur.git/blobdiff - logsd.h
modified some calculators and other stuff - pds
[mothur.git] / logsd.h
diff --git a/logsd.h b/logsd.h
index b96115b7edf20cee6c6d3fd52c6c62c9a07c3bb2..7bb12c3ce8791461bc8e904fc04d688ffb5856b6 100644 (file)
--- 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);