Skip to content

Commit

Permalink
Fixed compilation error.
Browse files Browse the repository at this point in the history
  • Loading branch information
tgvaughan committed Feb 23, 2015
1 parent dc145a6 commit c690038
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/beast/evolution/tree/FlatMultiTypeTree.java
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ public class FlatMultiTypeTree extends Tree {
@Override
public void initAndValidate() {
multiTypeTree = multiTypeTreeInput.get();
setRoot(multiTypeTree.getFlattenedTree().getRoot());
setRoot(multiTypeTree.getFlattenedTree(false).getRoot());
initArrays();
}

Expand Down

0 comments on commit c690038

Please sign in to comment.