Definition at line 435 of file bmi.f90.
◆ bmif_set_value_at_indices_int()
integer function bmif::bmif_set_value_at_indices_int::bmif_set_value_at_indices_int |
( |
class(bmi), intent(inout) |
this, |
|
|
character(len=*), intent(in) |
var_name, |
|
|
integer, dimension(:), intent(in) |
indices, |
|
|
integer, dimension(:), intent(in) |
src |
|
) |
| |
Definition at line 435 of file bmi.f90.
438 class(bmi),
intent(inout) :: this
439 character(len=*),
intent(in) :: var_name
440 integer,
intent(in) :: indices(:)
441 integer,
intent(in) :: src(:)
442 integer :: bmi_status
The documentation for this interface was generated from the following file:
- /home/runner/work/modflow6/modflow6/srcbmi/bmi.f90