Merge remote-tracking branch 'origin/develop' into
[jalview.git] / src / jalview / structure / StructureSelectionManager.java
index 0acb786..72da7ae 100644 (file)
@@ -455,7 +455,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;