Definition at line 309 of file bmi.f90.
◆ bmif_get_var_nbytes()
integer function bmif::bmif_get_var_nbytes::bmif_get_var_nbytes |
( |
class(bmi), intent(in) |
this, |
|
|
character(len=*), intent(in) |
var_name, |
|
|
integer, intent(out) |
var_nbytes |
|
) |
| |
Definition at line 309 of file bmi.f90.
311 class(bmi),
intent(in) :: this
312 character(len=*),
intent(in) :: var_name
313 integer,
intent(out) :: var_nbytes
314 integer :: bmi_status
The documentation for this interface was generated from the following file:
- /home/runner/work/modflow6/modflow6/srcbmi/bmi.f90