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
It is possible that the function in .f uses the same variable as specified in idx which defaults to i. There should be a check in place, checking this , raising an error with the advise to set idx to a variable that is not used in .f.
It is possible that the function in
.f
uses the same variable as specified inidx
which defaults toi
. There should be a check in place, checking this , raising an error with the advise to setidx
to a variable that is not used in.f
.Need to solve #6 before solving this issue.
There also be other safety checks in place for all possible inputs like
.sel
.inp1
etc.The text was updated successfully, but these errors were encountered: