JAL-1632 JAL-2416 load score matrices from file, as float[][]
[jalview.git] / src / jalview / datamodel / BinarySequence.java
index a959cc7..90b8be7 100755 (executable)
@@ -132,7 +132,7 @@ public class BinarySequence extends Sequence
             : ResidueProperties.aaIndex, matrix.getMatrix());
   }
 
-  private void matrixEncode(final int[] aaIndex, final int[][] matrix)
+  private void matrixEncode(final int[] aaIndex, final float[][] matrix)
   {
     // Set all matrix to 0
     // dbinary = new double[getSequence().length * 21];