X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=blobdiff_plain;f=sharedmarczewski.h;h=66a18f7030f993ff4a2c9db5f627137bb47e33a1;hp=40cc9a4a48e76828fa40a1a10adee9ebf9fc91b3;hb=a8e2df1b96a57f5f29576b08361b86a96a8eff4f;hpb=3117b1c3109121dff476997d3c5db5b47a77729b diff --git a/sharedmarczewski.h b/sharedmarczewski.h index 40cc9a4..66a18f7 100644 --- a/sharedmarczewski.h +++ b/sharedmarczewski.h @@ -20,9 +20,10 @@ public: SharedMarczewski() : Calculator("sharedmarczewski", 1, false) {}; EstOutput getValues(SAbundVector*) {return data;}; EstOutput getValues(vector); + string getCitation() { return "http://www.mothur.org/wiki/Sharedmarczewski"; } private: }; /***********************************************************************/ -#endif \ No newline at end of file +#endif