Skip to content

Commit

Permalink
sync beast2 issue 554
Browse files Browse the repository at this point in the history
  • Loading branch information
rbouckaert committed Mar 12, 2018
1 parent 450d0bd commit 0298a86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/beast/evolution/sitemodel/RelaxedGammaSiteModel.java
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@ public void init(PrintStream out) {
}

@Override
public void log(int nSample, PrintStream out) {
public void log(long nSample, PrintStream out) {
Node [] node = tree.getNodesAsArray();
for (int i = 0; i < tree.getNodeCount() - 1; i++) {
out.append(getShapeParameterForBranch(node[i]) + "\t");
Expand Down

0 comments on commit 0298a86

Please sign in to comment.