JAL-3855 auto select clusters and fix up colouring/propagation on calculation & tree...
[jalview.git] / test / jalview / analysis / AverageDistanceEngineTest.java
index 0e80368..760e0ba 100644 (file)
@@ -67,7 +67,7 @@ public class AverageDistanceEngineTest
             + matrix.getMin());
     long start = System.currentTimeMillis();
     AverageDistanceEngine clusterer = new AverageDistanceEngine(
-            af.getViewport(), null, matrix);
+            af.getViewport(), null, matrix, false);
     System.out.println("built a tree in "
             + (System.currentTimeMillis() - start) * 0.001 + " seconds.");
     StringBuffer sb = new StringBuffer();
@@ -103,7 +103,6 @@ public class AverageDistanceEngineTest
       }
       System.out.println("\\");
     }
-
   }
 
 }