Skip to content

Commit

Permalink
Stutter optimization according to Groote(1990)
Browse files Browse the repository at this point in the history
  • Loading branch information
Heerkog committed Mar 31, 2017
1 parent b9498fc commit cf94ba7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ public int optimize() {
toBeProcessed.addAll(stable);
stable.clear();
}
System.out.println("Split: " + b.toString() + " & " + b2.toString());
//System.out.println("Split: " + b.toString() + " & " + b2.toString());
}
}
BL.clear();
Expand Down

0 comments on commit cf94ba7

Please sign in to comment.