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
Consider modifying these functions to accept Fortran types (whose kind is defined as a parameter in a shared constants module), and then copying scalars to C types internally and passing arrays as type(c_ptr) instead of, e.g., real(kind=c_double)
The text was updated successfully, but these errors were encountered:
Currently, MUSICA-Fortran API functions expect C types as arguments. e.g., here:
musica/fortran/micm.F90
Lines 247 to 261 in 42f5079
Consider modifying these functions to accept Fortran types (whose kind is defined as a parameter in a shared constants module), and then copying scalars to C types internally and passing arrays as
type(c_ptr)
instead of, e.g.,real(kind=c_double)
The text was updated successfully, but these errors were encountered: