]> git.donarmstrong.com Git - mothur.git/blobdiff - sharedsobscollectsummary.cpp
modified calculators to use doubles, added numotu and fontsize parameters to heatmap...
[mothur.git] / sharedsobscollectsummary.cpp
index c64c8259ca25d0a3c585113049ff4877d6630555..e2e169c58788dfcd7e9aa313b7105a446bef7867 100644 (file)
@@ -16,7 +16,7 @@
 EstOutput SharedSobsCS::getValues(vector<SharedRAbundVector*> shared){
        try {
                data.resize(1,0);
-               int observed = 0;
+               double observed = 0;
                int numGroups = shared.size();
 
                for (int i = 0; i < shared[0]->size(); i++) {