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
fix: comparison to current dummy index count in FunLevel
All other cases in FunLevel check if the dummy index code is > AN.IndDum,
rather than >=. Fixing this comparison fixes Issue 710. Commit 079398e
changes >= to > in all the other cases, presumably the INDEX case was
missed by accident.
0 commit comments