Definition at line 457 of file bmi.f90.
◆ bmif_set_value_at_indices_double()
integer function bmif::bmif_set_value_at_indices_double::bmif_set_value_at_indices_double |
( |
class(bmi), intent(inout) |
this, |
|
|
character(len=*), intent(in) |
var_name, |
|
|
integer, dimension(:), intent(in) |
indices, |
|
|
double precision, dimension(:), intent(in) |
src |
|
) |
| |
Definition at line 457 of file bmi.f90.
460 class(bmi),
intent(inout) :: this
461 character(len=*),
intent(in) :: var_name
462 integer,
intent(in) :: indices(:)
463 double precision,
intent(in) :: src(:)
464 integer :: bmi_status
The documentation for this interface was generated from the following file:
- /home/runner/work/modflow6/modflow6/srcbmi/bmi.f90