Definition at line 291 of file bmi.f90.
◆ bmif_get_var_units()
integer function bmif::bmif_get_var_units::bmif_get_var_units |
( |
class(bmi), intent(in) |
this, |
|
|
character(len=*), intent(in) |
var_name, |
|
|
character(len=*), intent(out) |
var_units |
|
) |
| |
Definition at line 291 of file bmi.f90.
293 class(bmi),
intent(in) :: this
294 character(len=*),
intent(in) :: var_name
295 character(len=*),
intent(out) :: var_units
296 integer :: bmi_status
The documentation for this interface was generated from the following file:
- /home/runner/work/modflow6/modflow6/srcbmi/bmi.f90