Definition at line 408 of file bmi.f90.
◆ bmif_set_value_int()
integer function bmif::bmif_set_value_int::bmif_set_value_int |
( |
class(bmi), intent(inout) |
this, |
|
|
character(len=*), intent(in) |
var_name, |
|
|
integer, dimension(:), intent(in) |
src |
|
) |
| |
Definition at line 408 of file bmi.f90.
410 class(bmi),
intent(inout) :: this
411 character(len=*),
intent(in) :: var_name
412 integer,
intent(in) :: src(:)
413 integer :: bmi_status
The documentation for this interface was generated from the following file:
- /home/runner/work/modflow6/modflow6/srcbmi/bmi.f90