X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=src%2Fjalview%2Fanalysis%2FSecStrConsensus.java;h=05c20a069af03ec20194909f583db2336f143631;hb=933e28e48b4f3bf98851cedd99ef345d45bf25a3;hp=ae41e4d38a9ea2400e98293cfb479438d508cdc7;hpb=ab43013b7e357b84b4abade0dba949668dfb2a0e;p=jalview.git diff --git a/src/jalview/analysis/SecStrConsensus.java b/src/jalview/analysis/SecStrConsensus.java index ae41e4d..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.8.2b1) - * Copyright (C) 2014 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); } } }