X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=structchord.h;h=b92007ed2cfc97e063e350c0281c8838cbc27675;hb=1a968f34ae2d2680eaf189a197d1a21b8dfd6c03;hp=f35c89070f570c32b21f7780f2e98a4aeee832c3;hpb=7d38edc137a66a33f67f8cf55cce88331290aaf7;p=mothur.git diff --git a/structchord.h b/structchord.h index f35c890..b92007e 100644 --- a/structchord.h +++ b/structchord.h @@ -21,6 +21,7 @@ public: StructChord() : Calculator("structchord", 1, false) {}; EstOutput getValues(SAbundVector*) {return data;}; EstOutput getValues(vector); + string getCitation() { return "http://www.mothur.org/wiki/Structchord"; } private: };