]> git.donarmstrong.com Git - mothur.git/blobdiff - bootstrap.cpp
sffinfo bug with flow grams right index when clipQualRight=0
[mothur.git] / bootstrap.cpp
index 833f8f49449490987653e95e50ecbb9d6cb2aa74..ce261cead89a50335536e1c165dca793f668ea04 100644 (file)
@@ -16,8 +16,8 @@ EstOutput Bootstrap::getValues(SAbundVector* rank){
                //vector<double> bootData(3,0);
                data.resize(1,0);
                double maxRank = (double)rank->getMaxRank();
-               int sampled = rank->getNumSeqs();
-               int sobs = rank->getNumBins();
+               double sampled = rank->getNumSeqs();
+               double sobs = rank->getNumBins();
 
                double boot = (double)sobs;