Definition at line 199 of file bmi.f90.
◆ bmif_get_grid_shape()
integer function bmif::bmif_get_grid_shape::bmif_get_grid_shape |
( |
class(bmi), intent(in) |
this, |
|
|
integer, intent(in) |
grid_id, |
|
|
integer, dimension(:), intent(out) |
grid_shape |
|
) |
| |
Definition at line 199 of file bmi.f90.
201 class(bmi),
intent(in) :: this
202 integer,
intent(in) :: grid_id
203 integer,
dimension(:),
intent(out) :: grid_shape
204 integer :: bmi_status
The documentation for this interface was generated from the following file:
- /home/runner/work/modflow6/modflow6/srcbmi/bmi.f90