X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=qstat.cpp;h=e07cdb3fb860b96a17ba2972474f0abb8bf05d7e;hb=372fb21ea66ced432b109225851a1b80ef0491a3;hp=44da363845b87a7c164562e5ecffc590035329e1;hpb=74844a60d80c6dd06e3fb02ee9b928424f9019b0;p=mothur.git diff --git a/qstat.cpp b/qstat.cpp index 44da363..e07cdb3 100644 --- a/qstat.cpp +++ b/qstat.cpp @@ -31,8 +31,8 @@ EstOutput QStat::getValues(SAbundVector* rank){ int r3 = -1; int r1Ind = 0; int r3Ind = 0; - int sumSpec = 0; - int iqSum = 0; + double sumSpec = 0; + double iqSum = 0; for(int i = 1; i < rank->size(); i++) { if(r1 != -1 && r3 != -1) i = rank->size();