]> 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 b96115b7edf20cee6c6d3fd52c6c62c9a07c3bb2..c9e70881e02a8abbb585ba7758bd0c326f95773b 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,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<SharedRAbundVector*>) {return data;};
+       string getCitation() { return "http://www.mothur.org/wiki/LogSeries"; }
 
 private:
        double logS(double);