JAL-1632 JAL-2416 load score matrices from file, as float[][]
[jalview.git] / src / MCview / PDBCanvas.java
index 292de91..5509056 100644 (file)
@@ -176,7 +176,7 @@ public class PDBCanvas extends JPanel implements MouseListener,
 
     colourBySequence();
 
-    int max = -10;
+    float max = -10;
     int maxchain = -1;
     int pdbstart = 0;
     int pdbend = 0;