]> git.donarmstrong.com Git - mothur.git/blobdiff - qstat.cpp
added modify names parameter to set.dir
[mothur.git] / qstat.cpp
index 44da363845b87a7c164562e5ecffc590035329e1..e07cdb3fb860b96a17ba2972474f0abb8bf05d7e 100644 (file)
--- 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();