JAL-1807 disambiguated method signatures with numeric primitive args
[jalview.git] / src / jalview / gui / PairwiseAlignPanel.java
index 22f1368..2c65a49 100755 (executable)
@@ -122,7 +122,7 @@ public class PairwiseAlignPanel extends GPairwiseAlignPanel
       {
         for (int j = 0; j < i; j++)
         {
-          jalview.util.Format.print(System.out, "%7.3f", scores[i][j]
+          jalview.util.Format.printDouble(System.out, "%7.3f", scores[i][j]
                   / totscore);
         }
       }