Definition at line 336 of file bmi.f90.
◆ bmif_get_value_double()
integer function bmif::bmif_get_value_double::bmif_get_value_double |
( |
class(bmi), intent(in) |
this, |
|
|
character(len=*), intent(in) |
var_name, |
|
|
double precision, dimension(:), intent(inout) |
dest |
|
) |
| |
Definition at line 336 of file bmi.f90.
338 class(bmi),
intent(in) :: this
339 character(len=*),
intent(in) :: var_name
340 double precision,
intent(inout) :: dest(:)
341 integer :: bmi_status
The documentation for this interface was generated from the following file:
- /home/runner/work/modflow6/modflow6/srcbmi/bmi.f90