X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=sharedmarczewski.h;h=66a18f7030f993ff4a2c9db5f627137bb47e33a1;hb=a0f1fca79d2ddfa7ad36b4485039c68b5704fe8d;hp=2bbd62255f633aace94e65be27861d9d76ae55b4;hpb=163b300cfd7d4ca4e70c454be20f07b1d8346650;p=mothur.git diff --git a/sharedmarczewski.h b/sharedmarczewski.h index 2bbd622..66a18f7 100644 --- a/sharedmarczewski.h +++ b/sharedmarczewski.h @@ -20,6 +20,7 @@ public: SharedMarczewski() : Calculator("sharedmarczewski", 1, false) {}; EstOutput getValues(SAbundVector*) {return data;}; EstOutput getValues(vector); + string getCitation() { return "http://www.mothur.org/wiki/Sharedmarczewski"; } private: };