Skip to content

Commit

Permalink
Merge pull request #22 from bjoelle/master
Browse files Browse the repository at this point in the history
expand access to tree with offset
  • Loading branch information
rbouckaert authored Nov 17, 2024
2 parents 3f01d8f + 8d99aac commit d6a4b38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sa/evolution/speciation/SABirthDeathModel.java
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ public class SABirthDeathModel extends TreeDistribution {
protected String taxonName;
protected double taxonAge;

TreeWOffset combinedTree;
protected TreeWOffset combinedTree;

public void initAndValidate() {

Expand Down

0 comments on commit d6a4b38

Please sign in to comment.