Definition at line 375 of file bmi.f90.
◆ bmif_get_value_at_indices_int()
integer function bmif::bmif_get_value_at_indices_int::bmif_get_value_at_indices_int |
( |
class(bmi), intent(in) |
this, |
|
|
character(len=*), intent(in) |
var_name, |
|
|
integer, dimension(:), intent(inout) |
dest, |
|
|
integer, dimension(:), intent(in) |
indices |
|
) |
| |
Definition at line 375 of file bmi.f90.
378 class(bmi),
intent(in) :: this
379 character(len=*),
intent(in) :: var_name
380 integer,
intent(inout) :: dest(:)
381 integer,
intent(in) :: indices(:)
382 integer :: bmi_status
The documentation for this interface was generated from the following file:
- /home/runner/work/modflow6/modflow6/srcbmi/bmi.f90