Definition at line 365 of file bmi.f90.
◆ bmif_get_value_ptr_double()
integer function bmif::bmif_get_value_ptr_double::bmif_get_value_ptr_double |
( |
class(bmi), intent(in) |
this, |
|
|
character(len=*), intent(in) |
var_name, |
|
|
double precision, dimension(:), intent(inout), pointer |
dest |
|
) |
| |
Definition at line 365 of file bmi.f90.
368 class(bmi),
intent(in) :: this
369 character(len=*),
intent(in) :: var_name
370 double precision,
pointer,
intent(inout) :: dest(:)
371 integer :: bmi_status
The documentation for this interface was generated from the following file:
- /home/runner/work/modflow6/modflow6/srcbmi/bmi.f90