X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=blobdiff_plain;f=odum.h;h=ff2a3a7a90d153076ef998175f449d05f3735452;hp=14641fd42e26bd631a22aa7fbaeddb5e7efe1ce8;hb=cf9987b67aa49777a4c91c2d21f96e58bf17aa82;hpb=75c5a235ac3eb22e0f97d36874f4b2dcf9591f2e diff --git a/odum.h b/odum.h index 14641fd..ff2a3a7 100644 --- a/odum.h +++ b/odum.h @@ -22,6 +22,7 @@ public: Odum() : Calculator("odum", 1, false) {}; EstOutput getValues(SAbundVector*) {return data;}; EstOutput getValues(vector); + string getCitation() { return "http://www.mothur.org/wiki/Odum"; } private: };