JAL-4134 override default hasTree so PAE tree is saved!
[jalview.git] / src / jalview / project / Jalview2XML.java
index efcc7ff..ddf2afd 100644 (file)
@@ -3995,7 +3995,7 @@ public class Jalview2XML
                     Console.log.info(
                             "Ignoring additional clusterings for contact matrix");
                   }
-
+                  
                   String treeMethod = xmlmat.getTreeMethod();
                   double thresh = xmlmat.getCutHeight()!=null ? xmlmat.getCutHeight() : 0;
                   newpae.restoreGroups(newgroups, treeMethod, nwk, thresh);