X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=blobdiff_plain;f=bootstrap.cpp;h=ce261cead89a50335536e1c165dca793f668ea04;hp=833f8f49449490987653e95e50ecbb9d6cb2aa74;hb=1a20e24ee786195ab0e1cccd4f5aede7a88f3f4e;hpb=74844a60d80c6dd06e3fb02ee9b928424f9019b0 diff --git a/bootstrap.cpp b/bootstrap.cpp index 833f8f4..ce261ce 100644 --- a/bootstrap.cpp +++ b/bootstrap.cpp @@ -16,8 +16,8 @@ EstOutput Bootstrap::getValues(SAbundVector* rank){ //vector 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;