Definition at line 318 of file bmi.f90.
◆ bmif_get_value_int()
integer function bmif::bmif_get_value_int::bmif_get_value_int |
( |
class(bmi), intent(in) |
this, |
|
|
character(len=*), intent(in) |
var_name, |
|
|
integer, dimension(:), intent(inout) |
dest |
|
) |
| |
Definition at line 318 of file bmi.f90.
320 class(bmi),
intent(in) :: this
321 character(len=*),
intent(in) :: var_name
322 integer,
intent(inout) :: dest(:)
323 integer :: bmi_status
The documentation for this interface was generated from the following file:
- /home/runner/work/modflow6/modflow6/srcbmi/bmi.f90