X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=src%2Fjalview%2Fanalysis%2FSecStrConsensus.java;h=05c20a069af03ec20194909f583db2336f143631;hb=241bd0223b016b5ad5ec78520310a8de32842722;hp=8a2ab75097706b8b02a7e5dd4c0819abe75ce348;hpb=c19d2a91ca05e052e3408bf5852d88eb5d0608f1;p=jalview.git diff --git a/src/jalview/analysis/SecStrConsensus.java b/src/jalview/analysis/SecStrConsensus.java index 8a2ab75..05c20a0 100644 --- a/src/jalview/analysis/SecStrConsensus.java +++ b/src/jalview/analysis/SecStrConsensus.java @@ -1,6 +1,6 @@ /* - * Jalview - A Sequence Alignment Editor and Viewer (Version 2.9.0b2) - * 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); } } }