X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=blobdiff_plain;f=speciesprofile.h;h=f2c5ff4fe0f46da83bd7d7e6ca293d53797ac365;hp=1ec8dd679f0d52546800b1d9c4dfe37a82f12310;hb=d1c97b8c04bb75faca1e76ffad60b37a4d789d3d;hpb=75c5a235ac3eb22e0f97d36874f4b2dcf9591f2e 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: };