X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=blobdiff_plain;f=sharedmorisitahorn.h;h=7f0b6e9387aa4ea496d3849f0e51e26f9f75bdb4;hp=a7980d031fa20cf5480bd7be28ed13ed34aa9dd6;hb=a0f1fca79d2ddfa7ad36b4485039c68b5704fe8d;hpb=cdcf99b7760701e6869ca8e4e6e91c8e8c4ae186 diff --git a/sharedmorisitahorn.h b/sharedmorisitahorn.h index a7980d0..7f0b6e9 100644 --- a/sharedmorisitahorn.h +++ b/sharedmorisitahorn.h @@ -20,6 +20,7 @@ public: MorHorn() : Calculator("morisitahorn", 1, false) {}; EstOutput getValues(SAbundVector*) {return data;}; EstOutput getValues(vector); + string getCitation() { return "http://www.mothur.org/wiki/Morisitahorn"; } private: };