]> git.donarmstrong.com Git - mothur.git/blobdiff - bootstrap.h
added make.group command
[mothur.git] / bootstrap.h
index 7c72ca2222eb47d458cb4780c0006faa37a3135a..70fdf0512038c2babe35b0894b2e196db97e5de5 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;};
        
 };