JAL-2844 changed threshold from double to float
authorkjvdheide <kjvanderheide@dundee.ac.uk>
Mon, 8 Jan 2018 11:10:22 +0000 (11:10 +0000)
committerkjvdheide <kjvanderheide@dundee.ac.uk>
Mon, 8 Jan 2018 11:10:22 +0000 (11:10 +0000)
src/jalview/ext/archaeopteryx/JalviewBinding.java

index 9296583..f7a5bfc 100644 (file)
@@ -353,7 +353,7 @@ public final class JalviewBinding
 
   }
 
-  public List<TreeNodeI> getNodesAboveThreshold(double threshold,
+  public List<TreeNodeI> getNodesAboveThreshold(float threshold,
           TreeNodeI node)
   {
 
@@ -386,7 +386,7 @@ public final class JalviewBinding
    * @return
    */
   private List<TreeNodeI> colourNodesAboveThreshold(
-          List<TreeNodeI> nodeList, double threshold,
+          List<TreeNodeI> nodeList, float threshold,
           TreeNodeI node)
   {