From 0be91180a6625d0a5b2c28fb6ff66dfd072ac882 Mon Sep 17 00:00:00 2001 From: cmzmasek Date: Fri, 27 Dec 2013 00:25:33 +0000 Subject: [PATCH] in progress --- forester/java/src/org/forester/tools/PhylogenyDecorator.java | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/forester/java/src/org/forester/tools/PhylogenyDecorator.java b/forester/java/src/org/forester/tools/PhylogenyDecorator.java index 6ba9460..d71be51 100644 --- a/forester/java/src/org/forester/tools/PhylogenyDecorator.java +++ b/forester/java/src/org/forester/tools/PhylogenyDecorator.java @@ -203,9 +203,7 @@ public final class PhylogenyDecorator { if ( map.isEmpty() ) { throw new IllegalArgumentException( "map is empty" ); } - if ( picky && ( map.size() < phylogeny.getNumberOfExternalNodes() ) ) { - throw new IllegalArgumentException( "map contains less entries than the tree has external nodes" ); - } + int ext_nodes = 0; int ext_nodes_updated = 0; int int_nodes = 0; -- 1.7.10.2