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 in the calc function call, an array of structures is passed to the library. This can easily be done in Fortran by replicating the structure definition on the library side but with a C/C++ library?!
Currently in the
calcfunction call, an array of structures is passed to the library. This can easily be done in Fortran by replicating the structure definition on the library side but with a C/C++ library?!