X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=blobdiff_plain;f=sharedkulczynskicody.h;h=9cb651f8e4d490f277613e441639ddf839bf2cb3;hp=1df563addfb2e9bc87aac225942d7fb0009f6fb9;hb=1a20e24ee786195ab0e1cccd4f5aede7a88f3f4e;hpb=163b300cfd7d4ca4e70c454be20f07b1d8346650 diff --git a/sharedkulczynskicody.h b/sharedkulczynskicody.h index 1df563a..9cb651f 100644 --- a/sharedkulczynskicody.h +++ b/sharedkulczynskicody.h @@ -21,6 +21,7 @@ public: KulczynskiCody() : Calculator("kulczynskicody", 1, false) {}; EstOutput getValues(SAbundVector*) {return data;}; EstOutput getValues(vector); + string getCitation() { return "http://www.mothur.org/wiki/Kulczynskicody"; } private: };