Skip to content

Commit

Permalink
Another attempt to fix resetting issue 2
Browse files Browse the repository at this point in the history
  • Loading branch information
kovzol committed Jan 1, 2025
1 parent 847c34a commit 4b018c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion statements/pbrst.y
Original file line number Diff line number Diff line change
Expand Up @@ -1191,7 +1191,7 @@ void reset_data() { // important if a previous run was already performed
}
*/
for (int i=0; i<MAX_OT_BOOKS; i++) {
for (int j=0; i<MAX_BOOK_LENGTH; i++) {
for (int j=0; j<MAX_BOOK_LENGTH; j++) {
ot_coverings[i][j] = 0;
}
// oimins[i] = 0;
Expand Down

0 comments on commit 4b018c2

Please sign in to comment.