X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=blobdiff_plain;f=bootstrap.h;h=962780a767258830f895a3033676cf08adfd20d2;hp=7c72ca2222eb47d458cb4780c0006faa37a3135a;hb=df7e3ff9f68ef157b0328a2d353c3258c5d45d89;hpb=58cf1d08fee8c64334979075fa57bcafb035a2ed diff --git a/bootstrap.h b/bootstrap.h index 7c72ca2..962780a 100644 --- a/bootstrap.h +++ b/bootstrap.h @@ -20,9 +20,10 @@ 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) {return data;}; + string getCitation() { return "http://www.mothur.org/wiki/Bootstrap"; } };