RiseFallMinMax

Signed-off-by: James Cherry <cherry@parallaxsw.com>
This commit is contained in:
James Cherry 2022-06-11 10:48:13 -07:00
parent 0c35ebde82
commit d204e13d51
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}