]> git.donarmstrong.com Git - mothur.git/blobdiff - simpson.h
added concensus command and updated calcs
[mothur.git] / simpson.h
index 66f4c1328aa93a2db4b4979bb80713d8ad0361d9..699a5d5b37da2c64a60c9e7ddf4c9aafa567bca9 100644 (file)
--- a/simpson.h
+++ b/simpson.h
@@ -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;};
 };
 
 /***********************************************************************/