X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=blobdiff_plain;f=bootstrap.h;h=962780a767258830f895a3033676cf08adfd20d2;hp=70fdf0512038c2babe35b0894b2e196db97e5de5;hb=b206f634aae1b4ce13978d203247fb64757d5482;hpb=cdcf99b7760701e6869ca8e4e6e91c8e8c4ae186 diff --git a/bootstrap.h b/bootstrap.h index 70fdf05..962780a 100644 --- a/bootstrap.h +++ b/bootstrap.h @@ -23,6 +23,7 @@ public: Bootstrap() : Calculator("bootstrap", 1, false) {}; EstOutput getValues(SAbundVector*); EstOutput getValues(vector) {return data;}; + string getCitation() { return "http://www.mothur.org/wiki/Bootstrap"; } };