Skip to content

Commit

Permalink
Update src/flight/filter.c
Browse files Browse the repository at this point in the history
Co-authored-by: Hugo Chiang <[email protected]>
  • Loading branch information
2 people authored and bkleiner committed Jan 3, 2025
1 parent 21a0da2 commit 5b10bef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/flight/filter.c
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ static float fix_road(float *series, float *series_b, int index, int filter_n, i
series_b[cur_index] = minValue;
}
prev_val = cur_val;
prev_val_b = cur_val_b;
prev_val_b = cur_val_b;
cur_index++;
index_pos++;
}
Expand Down

0 comments on commit 5b10bef

Please sign in to comment.