X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=blobdiff_plain;f=hellinger.h;h=a06cfcee443066edd6a80788262e95ec5f1c10f4;hp=6382685fd8bf6d437e24875da141b432fa9d99dc;hb=1a20e24ee786195ab0e1cccd4f5aede7a88f3f4e;hpb=75c5a235ac3eb22e0f97d36874f4b2dcf9591f2e diff --git a/hellinger.h b/hellinger.h index 6382685..a06cfce 100644 --- a/hellinger.h +++ b/hellinger.h @@ -21,6 +21,7 @@ public: Hellinger() : Calculator("hellinger", 1, false) {}; EstOutput getValues(SAbundVector*) {return data;}; EstOutput getValues(vector); + string getCitation() { return "http://www.mothur.org/wiki/Hellinger"; } private: };