You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
nLookBack could potentially be 100, in which case 'i' starts at 99,
the end of the array, only for lastInputs[100] to eventually be
updated. I would think the array should be declared of size 101 to
fix this, yes?
0 commit comments