]> git.donarmstrong.com Git - mothur.git/blobdiff - sharedace.h
pds fixes of heatmap and some other minor stuff
[mothur.git] / sharedace.h
index c73f153fc501e2a005a276012f9cc172434e477a..f30e196b7fbd7b690d73d3e68f11299c801c7a8f 100644 (file)
@@ -19,7 +19,7 @@ It is a child of the calculator class. */
 class SharedAce : public Calculator  {
        
 public:
-       SharedAce(int n=10) : abund(n),  Calculator("SharedAce", 3) {};
+       SharedAce(int n=10) : abund(n),  Calculator("sharedace", 3) {};
        EstOutput getValues(SAbundVector*) {return data;};
        EstOutput getValues(SharedRAbundVector*, SharedRAbundVector*);
 private: