Merge remote-tracking branch 'origin/releases/Release_2_10_2b1_Branch'
[jalview.git] / src / jalview / analysis / SecStrConsensus.java
index 3e007c4..05c20a0 100644 (file)
@@ -179,8 +179,8 @@ public class SecStrConsensus
               {
                 fact2 = tab[k + 1][j];
               }
-              tab[i][j] = Math.max(tab[i][j], basePairScore(seq, i, k)
-                      + fact1 + fact2);
+              tab[i][j] = Math.max(tab[i][j],
+                      basePairScore(seq, i, k) + fact1 + fact2);
             }
           }
         }