]> git.donarmstrong.com Git - mothur.git/blobdiff - bootstrap.h
This contains Pat's bug fixes and updates. It represents mothur v.1.3.0
[mothur.git] / bootstrap.h
index e54d9853d1095b62f0f109d85e0276df90bd0fce..70fdf0512038c2babe35b0894b2e196db97e5de5 100644 (file)
@@ -20,7 +20,7 @@ It is a child of the calculator class. */
 class Bootstrap : public Calculator  {
        
 public:
-       Bootstrap() : Calculator("Bootstrap", 1, false) {};
+       Bootstrap() : Calculator("bootstrap", 1, false) {};
        EstOutput getValues(SAbundVector*);
        EstOutput getValues(vector<SharedRAbundVector*>) {return data;};