X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=soergel.h;h=11df65ead52ce49e7cb8a96233d31561f00a589e;hb=372fb21ea66ced432b109225851a1b80ef0491a3;hp=7156ee7e146a8a6769589802c949b8369c2d523b;hpb=75c5a235ac3eb22e0f97d36874f4b2dcf9591f2e;p=mothur.git diff --git a/soergel.h b/soergel.h index 7156ee7..11df65e 100644 --- a/soergel.h +++ b/soergel.h @@ -21,10 +21,14 @@ public: Soergel() : Calculator("soergel", 1, false) {}; EstOutput getValues(SAbundVector*) {return data;}; EstOutput getValues(vector); + string getCitation() { return "http://www.mothur.org/wiki/Soergel"; } private: }; /***********************************************************************/ -#endif \ No newline at end of file +#endif + + +