csdms / bmi-fortran

Basic Model Interface for Fortran
https://bmi.readthedocs.io
MIT License
6 stars 10 forks source link

Use get_value_ptr instead of get_value_ref #28

Closed mdpiper closed 5 years ago

mdpiper commented 5 years ago

This PR updates the Fortran BMI to match the BMI documentation, the SIDL file in the csdms/bmi repository, and the C BMI implementation by using the BMI function name get_value_ptr instead of get_value_ref.