X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=blobdiff_plain;f=bootstrap.h;h=962780a767258830f895a3033676cf08adfd20d2;hp=71d2c2602c0980e2b8071bc86b4c79deff9a0200;hb=050a3ff02473a3d4c0980964e1a9ebe52e55d6b8;hpb=20a2d0350a737a434c89f303662d64a8eeea7b05 diff --git a/bootstrap.h b/bootstrap.h index 71d2c26..962780a 100644 --- a/bootstrap.h +++ b/bootstrap.h @@ -12,7 +12,6 @@ /* This class implements the Bootstrap estimator on single group. It is a child of the calculator class. */ -#include #include "calculator.h" /***********************************************************************/ @@ -21,12 +20,13 @@ 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"; } }; /***********************************************************************/ -#endif \ No newline at end of file +#endif