]> git.donarmstrong.com Git - mothur.git/blobdiff - ccode.cpp
started adding chimeraslayer method and fixed minor bug in treegroupscommand deconstr...
[mothur.git] / ccode.cpp
index 0f1dd50aba5fec78ddd3aff3667533fcdef500b4..a43a5a10e9e1aa72eb0e26f858de55e5b507afc0 100644 (file)
--- a/ccode.cpp
+++ b/ccode.cpp
@@ -1480,7 +1480,7 @@ void Ccode::createProcessesVariances() {
                        
                        //find the averages for the query 
                        for (int i = 0; i < querySeqs.size(); i++) {
-                               findVarianceQuery(i);  //fills varQuery[i] and sdQuery[i] also sets minimum error rate to 0.001 to avoid divide by 0.
+                               findVarianceQuery(i);  //fills v arQuery[i] and sdQuery[i] also sets minimum error rate to 0.001 to avoid divide by 0.
                        }
 #endif         
        }