X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=blobdiff_plain;f=structpearson.h;h=c0cbf9b0e99918af2a5e6430420e0d22045f24ea;hp=c3b9455c040a66afb10231cfe5522c3a4222e298;hb=615301e57c25e241356a9c2380648d117709458d;hpb=7d38edc137a66a33f67f8cf55cce88331290aaf7 diff --git a/structpearson.h b/structpearson.h index c3b9455..c0cbf9b 100644 --- a/structpearson.h +++ b/structpearson.h @@ -22,6 +22,7 @@ public: StructPearson() : Calculator("structpearson", 1, false) {}; EstOutput getValues(SAbundVector*) {return data;}; EstOutput getValues(vector); + string getCitation() { return "http://www.mothur.org/wiki/Structpearson"; } private: };