]> git.donarmstrong.com Git - mothur.git/blobdiff - sharedsobs.cpp
modified calculators to use doubles, added numotu and fontsize parameters to heatmap...
[mothur.git] / sharedsobs.cpp
index c8ecba71127de2319b34e5838dcc9eafe1f8b8df..36cacd6935727ba1763b436e25f334ab2c1862bc 100644 (file)
@@ -16,7 +16,7 @@
 EstOutput SharedSobs::getValues(vector<SharedRAbundVector*> shared){
        try {
                data.resize(1,0);
-               int observed = 0;
+               double observed = 0;
 
                //loop through the species in each group
                for (int k = 0; k < shared[0]->size(); k++) {