]> git.donarmstrong.com Git - mothur.git/blobdiff - sharedsobs.h
pds fixes of heatmap and some other minor stuff
[mothur.git] / sharedsobs.h
index 51662015ab7c7bd5ea1209e24b34fc92a06d22f7..b49119b7c18590f141292c5c91432967422b6de2 100644 (file)
@@ -19,7 +19,7 @@ It is a child of the calculator class. */
 class SharedSobs : public Calculator {
 
 public:
-       SharedSobs() : Calculator("SharedSobs", 1) {};
+       SharedSobs() : Calculator("sharedsobs", 1) {};
        EstOutput getValues(SAbundVector* rank){ return data; };
        EstOutput getValues(SharedRAbundVector* shared1, SharedRAbundVector* shared2);
 };