X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=bootstrap.h;h=962780a767258830f895a3033676cf08adfd20d2;hb=6b32d112bb60e9f7eb6d4407a4eed4c49b67bced;hp=70fdf0512038c2babe35b0894b2e196db97e5de5;hpb=cdcf99b7760701e6869ca8e4e6e91c8e8c4ae186;p=mothur.git 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"; } };