]> git.donarmstrong.com Git - mothur.git/blobdiff - simpson.h
added list parameter to get.seqs and remove.seqs and added readline library for inter...
[mothur.git] / simpson.h
index 699a5d5b37da2c64a60c9e7ddf4c9aafa567bca9..02142175bf90fcc1c99d8961a93011671444ea1f 100644 (file)
--- a/simpson.h
+++ b/simpson.h
@@ -5,7 +5,7 @@
  *  Dotur
  *
  *  Created by Sarah Westcott on 1/7/09.
- *  Copyright 2009 Schloss Lab Umass Amherst. All rights reserved.
+ *  Copyright 2009 Schloss Lab UMASS Amherst. All rights reserved.
  *
  */
 
@@ -20,7 +20,7 @@ It is a child of the calculator class. */
 class Simpson : public Calculator  {
 
 public:
-       Simpson() : Calculator("Simpson", 3, false) {};
+       Simpson() : Calculator("simpson", 3, false) {};
        EstOutput getValues(SAbundVector*);
        EstOutput getValues(vector<SharedRAbundVector*>) {return data;};
 };