Definition at line 327 of file bmi.f90.
◆ bmif_get_value_float()
integer function bmif::bmif_get_value_float::bmif_get_value_float |
( |
class(bmi), intent(in) |
this, |
|
|
character(len=*), intent(in) |
var_name, |
|
|
real, dimension(:), intent(inout) |
dest |
|
) |
| |
Definition at line 327 of file bmi.f90.
329 class(bmi),
intent(in) :: this
330 character(len=*),
intent(in) :: var_name
331 real,
intent(inout) :: dest(:)
332 integer :: bmi_status
The documentation for this interface was generated from the following file:
- /home/runner/work/modflow6/modflow6/srcbmi/bmi.f90