]> git.donarmstrong.com Git - mothur.git/blobdiff - sharedmorisitahorn.h
fixes while testing 1.33.0
[mothur.git] / sharedmorisitahorn.h
index 9c2f75514d2bbc4e2a8c09be111fee2d8246a9fa..7f0b6e9387aa4ea496d3849f0e51e26f9f75bdb4 100644 (file)
@@ -1,5 +1,5 @@
-#ifndef SHAREDMORHORN_H
-#define SHAREDMORHORN_H
+#ifndef MORHORN_H
+#define MORHORN_H
 /*
  *  sharedmorisitahorn.h
  *  Mothur
 
 /***********************************************************************/
 
-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<SharedRAbundVector*>);
+       string getCitation() { return "http://www.mothur.org/wiki/Morisitahorn"; }
 private:
        
 };