Skip to content

Commit

Permalink
fix compile error #1172
Browse files Browse the repository at this point in the history
  • Loading branch information
rbouckaert committed Oct 31, 2024
1 parent 65fa457 commit 3ed7a39
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/beast/base/evolution/likelihood/BeagleTreeLikelihood.java
Original file line number Diff line number Diff line change
Expand Up @@ -1263,9 +1263,9 @@ public static PartialsRescalingScheme parseFromString(String text) {
return patternLogLikelihoods.clone();
}

@Override
public boolean isInitialisedSuccesfully() {
return beagle != null;
}
// @Override
// public boolean isInitialisedSuccesfully() {
// return beagle != null;
// }

}

0 comments on commit 3ed7a39

Please sign in to comment.