X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2Fjalview%2Fdatamodel%2FFloatContactMatrix.java;h=1175c994efadcf5bcce7772d9a7154b1521d3fd2;hb=a3f65dbb5ba8bd470a31ba2af72db6d8ddf60546;hp=5fb156f877b2e0a818ca95652f8e4779a9cc78e9;hpb=01dd60b282ea075d333a5a875a00906b80e6ec69;p=jalview.git diff --git a/src/jalview/datamodel/FloatContactMatrix.java b/src/jalview/datamodel/FloatContactMatrix.java index 5fb156f..1175c99 100644 --- a/src/jalview/datamodel/FloatContactMatrix.java +++ b/src/jalview/datamodel/FloatContactMatrix.java @@ -1,16 +1,35 @@ +/* + * Jalview - A Sequence Alignment Editor and Viewer ($$Version-Rel$$) + * Copyright (C) $$Year-Rel$$ The Jalview Authors + * + * This file is part of Jalview. + * + * Jalview is free software: you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation, either version 3 + * of the License, or (at your option) any later version. + * + * Jalview is distributed in the hope that it will be useful, but + * WITHOUT ANY WARRANTY; without even the implied warranty + * of MERCHANTABILITY or FITNESS FOR A PARTICULAR + * PURPOSE. See the GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with Jalview. If not, see . + * The Jalview Authors are detailed in the 'AUTHORS' file. + */ package jalview.datamodel; -public class FloatContactMatrix extends GroupSetHolder implements ContactMatrixI +public class FloatContactMatrix extends GroupSetHolder + implements ContactMatrixI { int maxrow = 0, maxcol = 0; - float[][] elements; float maxscore; - public FloatContactMatrix(float[][] matrix) { maxcol = 0;