Definition at line 235 of file bmi.f90.
◆ bmif_get_grid_x()
integer function bmif::bmif_get_grid_x::bmif_get_grid_x |
( |
class(bmi), intent(in) |
this, |
|
|
integer, intent(in) |
grid_id, |
|
|
double precision, dimension(:), intent(out) |
grid_x |
|
) |
| |
Definition at line 235 of file bmi.f90.
237 class(bmi),
intent(in) :: this
238 integer,
intent(in) :: grid_id
239 double precision,
dimension(:),
intent(out) :: grid_x
240 integer :: bmi_status
The documentation for this interface was generated from the following file:
- /home/runner/work/modflow6/modflow6/srcbmi/bmi.f90