X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=blobdiff_plain;f=sharedmorisitahorn.h;h=7f0b6e9387aa4ea496d3849f0e51e26f9f75bdb4;hp=e771139908615b9430ce58768c16daef6050936d;hb=1a20e24ee786195ab0e1cccd4f5aede7a88f3f4e;hpb=50ed3b6104d5821d6184f882e1e1423d47dcbf10 diff --git a/sharedmorisitahorn.h b/sharedmorisitahorn.h index e771139..7f0b6e9 100644 --- a/sharedmorisitahorn.h +++ b/sharedmorisitahorn.h @@ -17,9 +17,10 @@ class MorHorn : public Calculator { public: - MorHorn() : Calculator("MorisitaHorn", 1, false) {}; + MorHorn() : Calculator("morisitahorn", 1, false) {}; EstOutput getValues(SAbundVector*) {return data;}; EstOutput getValues(vector); + string getCitation() { return "http://www.mothur.org/wiki/Morisitahorn"; } private: };