Skip to content

Commit 8a8ed32

Browse files
committed
BEAUti template and tree logging working again.
1 parent 3c3be9f commit 8a8ed32

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
<!-- BEAST 2 currently uses Java 1.8 -->
1212
<property name="sourceVersion" value="1.8"/>
13-
<property name="targetVersion" value="1.8"/>
13+
<property name="targetVersion" value="1.9"/>
1414

1515
<!-- Directories necessary for all BEAST 2 packages -->
1616
<property name="doc" location="doc"/>

src/beast/evolution/tree/MultiTypeTree.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -811,7 +811,7 @@ public void init(PrintStream printStream) {
811811
}
812812

813813
@Override
814-
public void log(int i, PrintStream printStream) {
814+
public void log(long i, PrintStream printStream) {
815815
printStream.print("tree STATE_"+i+" = ");
816816
printStream.print(toString());
817817
printStream.print(";");

0 commit comments

Comments
 (0)