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
In #14, generic getters and setters are created to handle integer, float, and double types (using the SIDL conventions from Babel) for the Fortran BMI. Here, implement remaining types:
bool
long
fcomplex
dcomplex
The text was updated successfully, but these errors were encountered:
mdpiper
changed the title
Implement getters/setters for bit, long, and complex types
Implement getters/setters for bool, long, and complex types
Oct 10, 2018
In #14, generic getters and setters are created to handle integer, float, and double types (using the SIDL conventions from Babel) for the Fortran BMI. Here, implement remaining types:
The text was updated successfully, but these errors were encountered: