Skip to content

Commit

Permalink
Trying to reset more data
Browse files Browse the repository at this point in the history
  • Loading branch information
kovzol committed Jan 1, 2025
1 parent b193391 commit e847874
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions statements/pbrst.y
Original file line number Diff line number Diff line change
Expand Up @@ -1179,7 +1179,6 @@ void reset_data() { // important if a previous run was already performed
unique_prep = false;
// yydebug = 1;

/*
for (int i=0; i<MAX_INTERVALS; i++) {
for (int j=0; i<MAX_BOOK_LENGTH; i++) {
// covering[i][j] = 0;
Expand All @@ -1189,7 +1188,6 @@ void reset_data() { // important if a previous run was already performed
intervals[i][2] = 0;
intervals_data[i] = 0;
}
*/
for (int i=0; i<MAX_OT_BOOKS; i++) {
for (int j=0; j<MAX_BOOK_LENGTH; j++) {
ot_coverings[i][j] = 0;
Expand Down

0 comments on commit e847874

Please sign in to comment.