X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=speciesprofile.h;fp=speciesprofile.h;h=f2c5ff4fe0f46da83bd7d7e6ca293d53797ac365;hb=8f7f4fc08b8c70d9ef0f79607813dba4e926e102;hp=1ec8dd679f0d52546800b1d9c4dfe37a82f12310;hpb=8bcd146863e2a44d6d4fb5dee2d3f17e975deb45;p=mothur.git diff --git a/speciesprofile.h b/speciesprofile.h index 1ec8dd6..f2c5ff4 100644 --- a/speciesprofile.h +++ b/speciesprofile.h @@ -21,6 +21,7 @@ public: SpeciesProfile() : Calculator("speciesprofile", 1, false) {}; EstOutput getValues(SAbundVector*) {return data;}; EstOutput getValues(vector); + string getCitation() { return "http://www.mothur.org/wiki/Speciesprofile"; } private: };