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
Currently, fffi is only working well with variable shape arrays of dimension(:,...,:), but not e.g. dimension(n). This must be handled by the different ABI for fixed shape arrays in function calls.
The text was updated successfully, but these errors were encountered:
Currently, fffi is only working well with variable shape arrays of dimension(:,...,:), but not e.g. dimension(n). This must be handled by the different ABI for fixed shape arrays in function calls.
The text was updated successfully, but these errors were encountered: