X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=bootstrap.h;h=962780a767258830f895a3033676cf08adfd20d2;hb=3914b0d6480f67df53b1e838f51c4e6155710434;hp=e54d9853d1095b62f0f109d85e0276df90bd0fce;hpb=50ed3b6104d5821d6184f882e1e1423d47dcbf10;p=mothur.git diff --git a/bootstrap.h b/bootstrap.h index e54d985..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, false) {}; + Bootstrap() : Calculator("bootstrap", 1, false) {}; EstOutput getValues(SAbundVector*); EstOutput getValues(vector) {return data;}; + string getCitation() { return "http://www.mothur.org/wiki/Bootstrap"; } };