]> git.donarmstrong.com Git - mothur.git/blobdiff - bootstrap.h
added concensus command and updated calcs
[mothur.git] / bootstrap.h
index 7c72ca2222eb47d458cb4780c0006faa37a3135a..e54d9853d1095b62f0f109d85e0276df90bd0fce 100644 (file)
@@ -20,9 +20,9 @@ It is a child of the calculator class. */
 class Bootstrap : public Calculator  {
        
 public:
-       Bootstrap() : Calculator("Bootstrap", 1) {};
+       Bootstrap() : Calculator("Bootstrap", 1, false) {};
        EstOutput getValues(SAbundVector*);
-       EstOutput getValues(SharedRAbundVector*, SharedRAbundVector*) {return data;};
+       EstOutput getValues(vector<SharedRAbundVector*>) {return data;};
        
 };