Definition at line 282 of file bmi.f90.
◆ bmif_get_var_type()
integer function bmif::bmif_get_var_type::bmif_get_var_type |
( |
class(bmi), intent(in) |
this, |
|
|
character(len=*), intent(in) |
var_name, |
|
|
character(len=*), intent(out) |
var_type |
|
) |
| |
Definition at line 282 of file bmi.f90.
284 class(bmi),
intent(in) :: this
285 character(len=*),
intent(in) :: var_name
286 character(len=*),
intent(out) :: var_type
287 integer :: bmi_status
The documentation for this interface was generated from the following file:
- /home/runner/work/modflow6/modflow6/srcbmi/bmi.f90