X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=qstat.cpp;fp=qstat.cpp;h=e07cdb3fb860b96a17ba2972474f0abb8bf05d7e;hb=e4c80376cc4533f66c8dfc18f3e1a86a60ac17fe;hp=44da363845b87a7c164562e5ecffc590035329e1;hpb=8f7164a88df624fd0a8d1eddbb3d744463cc9ecb;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();