Skip to content

Commit

Permalink
RiseFallMinMax
Browse files Browse the repository at this point in the history
Signed-off-by: James Cherry <[email protected]>
  • Loading branch information
jjcherry56 committed Jun 11, 2022
1 parent 0c35ebd commit d204e13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdc/RiseFallMinMax.cc
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ RiseFallMinMax::RiseFallMinMax()
void
RiseFallMinMax::clear()
{
for (int tr_index=0; tr_index<RiseFall::index_count; tr_index++) {
for (int rf_index=0; rf_index<RiseFall::index_count; rf_index++) {
for (int mm_index = 0; mm_index < MinMax::index_count; mm_index++) {
exists_[rf_index][mm_index] = false;
}
Expand Down

0 comments on commit d204e13

Please sign in to comment.