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
I found some strange code in the bp2ncd utility. In line 407 of np2ncd.c if (i==var_dims_count) {
I can't find where variable "i" is initialized. Should it be included in the else clause on line 376?
Hi:
I found some strange code in the bp2ncd utility. In line 407 of np2ncd.c
if (i==var_dims_count) {I can't find where variable "i" is initialized. Should it be included in the else clause on line 376?