X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=structpearson.h;fp=structpearson.h;h=c0cbf9b0e99918af2a5e6430420e0d22045f24ea;hb=8f7f4fc08b8c70d9ef0f79607813dba4e926e102;hp=c3b9455c040a66afb10231cfe5522c3a4222e298;hpb=8bcd146863e2a44d6d4fb5dee2d3f17e975deb45;p=mothur.git 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: };