X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=blobdiff_plain;f=canberra.h;h=483d119230ec7ecc99fc9bb3b24cb82ed6d55634;hp=94caf8516da2ceaa0db5fedc95c28b20d7f57156;hb=b206f634aae1b4ce13978d203247fb64757d5482;hpb=75c5a235ac3eb22e0f97d36874f4b2dcf9591f2e diff --git a/canberra.h b/canberra.h index 94caf85..483d119 100644 --- a/canberra.h +++ b/canberra.h @@ -22,6 +22,7 @@ public: Canberra() : Calculator("canberra", 1, false) {}; EstOutput getValues(SAbundVector*) {return data;}; EstOutput getValues(vector); + string getCitation() { return "http://www.mothur.org/wiki/Canberra"; } private: };