JAL-1632 JAL-2416 load score matrices from file, as float[][]
[jalview.git] / src / jalview / analysis / Conservation.java
index 565924b..8f7e57b 100755 (executable)
@@ -602,7 +602,7 @@ public class Conservation
     quality = new Vector<Double>();
 
     double max = -10000;
-    int[][] BLOSUM62 = ResidueProperties.getBLOSUM62();
+    float[][] BLOSUM62 = ResidueProperties.getBLOSUM62();
 
     // Loop over columns // JBPNote Profiling info
     // long ts = System.currentTimeMillis();