]> git.donarmstrong.com Git - mothur.git/blobdiff - sharedmorisitahorn.h
added concensus command and updated calcs
[mothur.git] / sharedmorisitahorn.h
index dd01dc78d322eb02b21118918fe559307305b52b..e771139908615b9430ce58768c16daef6050936d 100644 (file)
@@ -17,9 +17,9 @@
 class MorHorn : public Calculator  {
        
 public:
-       MorHorn() :  Calculator("MorisitaHorn", 1) {};
+       MorHorn() :  Calculator("MorisitaHorn", 1, false) {};
        EstOutput getValues(SAbundVector*) {return data;};
-       EstOutput getValues(SharedRAbundVector*, SharedRAbundVector*);
+       EstOutput getValues(vector<SharedRAbundVector*>);
 private:
        
 };