X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=blobdiff_plain;f=heip.h;h=806b299176c9f79820bc892021c1cdc07bd83887;hp=3ae115f1deeeb6587462a1cf0cbfe7282aac8843;hb=d1c97b8c04bb75faca1e76ffad60b37a4d789d3d;hpb=10e9f1ff74515ff887519b08e50c30c47d2472d2 diff --git a/heip.h b/heip.h index 3ae115f..806b299 100644 --- a/heip.h +++ b/heip.h @@ -20,6 +20,7 @@ public: Heip() : Calculator("heip", 1, false) {}; EstOutput getValues(SAbundVector*); EstOutput getValues(vector) {return data;}; + string getCitation() { return "http://www.mothur.org/wiki/Heip"; } }; /***********************************************************************/