]> git.donarmstrong.com Git - mothur.git/blobdiff - geom.cpp
sffinfo bug with flow grams right index when clipQualRight=0
[mothur.git] / geom.cpp
index 201f8f5873c9cf93b9aaad4c004f6a7a61ee692a..5bd150ef7f8201254a392a52a7583b07b83e0b00 100644 (file)
--- a/geom.cpp
+++ b/geom.cpp
@@ -44,9 +44,9 @@ EstOutput Geom::getValues(SAbundVector* rank){
                data.resize(3,0);
                
                rdata = getRAbundVector(rank);
-               int numInd = rdata.getNumSeqs();
-               int numSpec = rdata.getNumBins();
-               int min = rdata.get(rdata.size()-1);
+               double numInd = rdata.getNumSeqs();
+               double numSpec = rdata.getNumBins();
+               double min = rdata.get(rdata.size()-1);
                double k = .5;
                double step = .49999;