Skip to content

Commit f8e1c6d

Browse files
author
Gregor Billing
committed
Fix threephase init status after file loading
1 parent 4a6c071 commit f8e1c6d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

threephase/src/main/java/cs/threephase/Tools.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ public synchronized static void initFrom(DataInput in) throws IOException {
5858
Edge3.initMvrot();
5959
Edge3.initRaw2Sym();
6060
read(Edge3.eprun, in);
61+
Edge3.done = Edge3.prunValues[Edge3.MAX_DEPTH - 1];
6162

6263
System.out.println("OK");
6364

0 commit comments

Comments
 (0)