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