]> git.donarmstrong.com Git - mothur.git/blobdiff - sharedsobscollectsummary.h
pds fixes of heatmap and some other minor stuff
[mothur.git] / sharedsobscollectsummary.h
index 97d938c484fe5029b7ce7c9d88f087feb76047d7..016fb6a81f44e447bf5ef1efd8f3efa5b52dc6dd 100644 (file)
@@ -18,7 +18,7 @@
 class SharedSobsCS : public Calculator {
 
 public:
-       SharedSobsCS() : Calculator("SharedSobs", 1) {};
+       SharedSobsCS() : Calculator("sharedsobs", 1) {};
        EstOutput getValues(SAbundVector* rank){ return data; };
        EstOutput getValues(SharedRAbundVector* shared1, SharedRAbundVector* shared2);
 };