Merge branch 'features/JAL-2393customMatrices' into develop
[jalview.git] / src / jalview / structure / StructureSelectionManager.java
index 3ab642f..0990b56 100644 (file)
@@ -454,7 +454,7 @@ public class StructureSelectionManager
        * Attempt pairwise alignment of the sequence with each chain in the PDB,
        * and remember the highest scoring chain
        */
-      int max = -10;
+      float max = -10;
       AlignSeq maxAlignseq = null;
       String maxChainId = " ";
       PDBChain maxChain = null;