Definition at line 355 of file bmi.f90.
◆ bmif_get_value_ptr_float()
integer function bmif::bmif_get_value_ptr_float::bmif_get_value_ptr_float |
( |
class(bmi), intent(in) |
this, |
|
|
character(len=*), intent(in) |
var_name, |
|
|
real, dimension(:), intent(inout), pointer |
dest |
|
) |
| |
Definition at line 355 of file bmi.f90.
358 class(bmi),
intent(in) :: this
359 character(len=*),
intent(in) :: var_name
360 real,
pointer,
intent(inout) :: dest(:)
361 integer :: bmi_status
The documentation for this interface was generated from the following file:
- /home/runner/work/modflow6/modflow6/srcbmi/bmi.f90