Definition at line 446 of file bmi.f90.
◆ bmif_set_value_at_indices_float()
integer function bmif::bmif_set_value_at_indices_float::bmif_set_value_at_indices_float |
( |
class(bmi), intent(inout) |
this, |
|
|
character(len=*), intent(in) |
var_name, |
|
|
integer, dimension(:), intent(in) |
indices, |
|
|
real, dimension(:), intent(in) |
src |
|
) |
| |
Definition at line 446 of file bmi.f90.
449 class(bmi),
intent(inout) :: this
450 character(len=*),
intent(in) :: var_name
451 integer,
intent(in) :: indices(:)
452 real,
intent(in) :: src(:)
453 integer :: bmi_status
The documentation for this interface was generated from the following file:
- /home/runner/work/modflow6/modflow6/srcbmi/bmi.f90