]> git.donarmstrong.com Git - mothur.git/blobdiff - hellinger.h
working on pam
[mothur.git] / hellinger.h
index 6382685fd8bf6d437e24875da141b432fa9d99dc..a06cfcee443066edd6a80788262e95ec5f1c10f4 100644 (file)
@@ -21,6 +21,7 @@ public:
        Hellinger() :  Calculator("hellinger", 1, false) {};
        EstOutput getValues(SAbundVector*) {return data;};
        EstOutput getValues(vector<SharedRAbundVector*>);
+       string getCitation() { return "http://www.mothur.org/wiki/Hellinger"; }
 private:
        
 };