]> git.donarmstrong.com Git - mothur.git/blobdiff - simpson.h
changed how we count sequences in a fastafile to allow for '>' in sequence names
[mothur.git] / simpson.h
index 66f4c1328aa93a2db4b4979bb80713d8ad0361d9..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,9 +20,9 @@ It is a child of the calculator class. */
 class Simpson : public Calculator  {
 
 public:
-       Simpson() : Calculator("Simpson", 3) {};
+       Simpson() : Calculator("simpson", 3, false) {};
        EstOutput getValues(SAbundVector*);
-       EstOutput getValues(SharedRAbundVector*, SharedRAbundVector*) {return data;};
+       EstOutput getValues(vector<SharedRAbundVector*>) {return data;};
 };
 
 /***********************************************************************/