X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=blobdiff_plain;f=gower.h;h=a04ef10c23388e74b3e35b146886c2921c670f28;hp=b6337ced3229d6a545b9c0a5cd5af952ae3103f3;hb=615301e57c25e241356a9c2380648d117709458d;hpb=7d38edc137a66a33f67f8cf55cce88331290aaf7 diff --git a/gower.h b/gower.h index b6337ce..a04ef10 100644 --- a/gower.h +++ b/gower.h @@ -21,6 +21,7 @@ public: Gower() : Calculator("gower", 1, false, true) {}; //the true means this calculator needs all groups to calculate the pair value EstOutput getValues(SAbundVector*) {return data;}; EstOutput getValues(vector); + string getCitation() { return "http://www.mothur.org/wiki/Gower"; } private: };