X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=blobdiff_plain;f=sharedmorisitahorn.h;h=7f0b6e9387aa4ea496d3849f0e51e26f9f75bdb4;hp=a7980d031fa20cf5480bd7be28ed13ed34aa9dd6;hb=b206f634aae1b4ce13978d203247fb64757d5482;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: };