Merge branch 'releases/Release_2_11_3_Branch'
[jalview.git] / src / jalview / analysis / SecStrConsensus.java
index 6489bae..05c20a0 100644 (file)
@@ -1,6 +1,6 @@
 /*
- * Jalview - A Sequence Alignment Editor and Viewer (Version 2.9.0b1)
- * Copyright (C) 2015 The Jalview Authors
+ * Jalview - A Sequence Alignment Editor and Viewer ($$Version-Rel$$)
+ * Copyright (C) $$Year-Rel$$ The Jalview Authors
  * 
  * This file is part of Jalview.
  * 
@@ -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);
             }
           }
         }