"rio" work
[jalview.git] / forester / java / src / org / forester / tools / TreeSplitMatrix.java
index 29bd2dd..ebd8792 100644 (file)
@@ -150,7 +150,7 @@ public class TreeSplitMatrix {
         if ( q_counts != counts ) {
             positive_matches = false;
         }
-        if ( q_counts != keySet().size() - counts ) {
+        if ( q_counts != ( keySet().size() - counts ) ) {
             negative_matches = false;
         }
         if ( !positive_matches && !negative_matches ) {