]> git.donarmstrong.com Git - mothur.git/blobdiff - sobs.h
pds fixes of heatmap and some other minor stuff
[mothur.git] / sobs.h
diff --git a/sobs.h b/sobs.h
index c2136b5e493dc7b81d5b1d2dd4564e0bad9c6b7a..528289eb257cabfeeff67eb632c032538377c9a3 100644 (file)
--- a/sobs.h
+++ b/sobs.h
@@ -21,7 +21,7 @@ It is a child of the calculator class. */
 class Sobs : public Calculator {
 
 public:
-       Sobs() : Calculator("Sobs", 1) {};
+       Sobs() : Calculator("sobs", 1) {};
        EstOutput getValues(SAbundVector* rank){
                data.resize(1,0);
                data[0] = (double)rank->getNumBins();