]> git.donarmstrong.com Git - mothur.git/blobdiff - parsimony.cpp
parsimony calculator changed order of groups to reflect change in shared Utils made...
[mothur.git] / parsimony.cpp
index 0487822764bbf36e11da5bd8faada1bba34a63c4..efc7d3a4dfcdcb9db47dc24de5a7a412953a7aba 100644 (file)
@@ -34,7 +34,7 @@ EstOutput Parsimony::getValues(Tree* t) {
                
                int count = 0;
                for (int a=0; a<numGroups; a++) { 
-                       for (int l = a+1; l < numGroups; l++) {
+                       for (int l = 0; l < a; l++) {
                                int score = 0;
                                
                                //groups in this combo