X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=sharedmorisitahorn.h;h=7f0b6e9387aa4ea496d3849f0e51e26f9f75bdb4;hb=3914b0d6480f67df53b1e838f51c4e6155710434;hp=9c2f75514d2bbc4e2a8c09be111fee2d8246a9fa;hpb=25cde7ff05bbe741da1712f2c740e0bc8706e523;p=mothur.git diff --git a/sharedmorisitahorn.h b/sharedmorisitahorn.h index 9c2f755..7f0b6e9 100644 --- a/sharedmorisitahorn.h +++ b/sharedmorisitahorn.h @@ -1,5 +1,5 @@ -#ifndef SHAREDMORHORN_H -#define SHAREDMORHORN_H +#ifndef MORHORN_H +#define MORHORN_H /* * sharedmorisitahorn.h * Mothur @@ -14,12 +14,13 @@ /***********************************************************************/ -class SharedMorHorn : public Calculator { +class MorHorn : public Calculator { public: - SharedMorHorn() : Calculator("SharedMorisitaHorn", 1) {}; + MorHorn() : Calculator("morisitahorn", 1, false) {}; EstOutput getValues(SAbundVector*) {return data;}; - EstOutput getValues(SharedRAbundVector*, SharedRAbundVector*); + EstOutput getValues(vector); + string getCitation() { return "http://www.mothur.org/wiki/Morisitahorn"; } private: };