X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=blobdiff_plain;f=solow.h;h=38e7776991b4e1c9e4a9c657ffd83d2ce867a7e4;hp=08501418767f61c98bde2129f762bb13b34483be;hb=d1c97b8c04bb75faca1e76ffad60b37a4d789d3d;hpb=74844a60d80c6dd06e3fb02ee9b928424f9019b0 diff --git a/solow.h b/solow.h index 0850141..38e7776 100644 --- a/solow.h +++ b/solow.h @@ -23,6 +23,7 @@ public: Solow(int size) : f(size), Calculator("solow", 1, false) {}; EstOutput getValues(SAbundVector*); EstOutput getValues(vector) {return data;}; + string getCitation() { return "http://www.mothur.org/wiki/Solow"; } private: int f; };