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
/* work arrays used in all routines */staticIntegerdims[MAXDIM], ld[MAXDIM-1];
staticIntegerlo[MAXDIM],hi[MAXDIM];
staticIntegerone_arr[MAXDIM]={1,1,1,1,1,1,1};
Move these work array into the functions.
On a side note, snga_copy_old() might be dead code.
Bug found in snga_local_transpose() where it uses an int instead of an Integer type.
The text was updated successfully, but these errors were encountered:
Move these work array into the functions.
On a side note, snga_copy_old() might be dead code.
Bug found in snga_local_transpose() where it uses an int instead of an Integer type.
The text was updated successfully, but these errors were encountered: