Definition at line 426 of file bmi.f90.
◆ bmif_set_value_double()
integer function bmif::bmif_set_value_double::bmif_set_value_double |
( |
class(bmi), intent(inout) |
this, |
|
|
character(len=*), intent(in) |
var_name, |
|
|
double precision, dimension(:), intent(in) |
src |
|
) |
| |
Definition at line 426 of file bmi.f90.
428 class(bmi),
intent(inout) :: this
429 character(len=*),
intent(in) :: var_name
430 double precision,
intent(in) :: src(:)
431 integer :: bmi_status
The documentation for this interface was generated from the following file:
- /home/runner/work/modflow6/modflow6/srcbmi/bmi.f90