X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=src%2Fjalview%2Fanalysis%2FSecStrConsensus.java;h=05c20a069af03ec20194909f583db2336f143631;hb=4b7d3640209c4434d569c746672cf9eed4250ace;hp=1400a644e2fcdf7f8594fbc4cb9055debdbbaf39;hpb=7ab5d6b0ba5fec1ea4a4239e79c476d841622485;p=jalview.git diff --git a/src/jalview/analysis/SecStrConsensus.java b/src/jalview/analysis/SecStrConsensus.java index 1400a64..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.2) - * 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); } } }