Definition at line 217 of file bmi.f90.
◆ bmif_get_grid_spacing()
integer function bmif::bmif_get_grid_spacing::bmif_get_grid_spacing |
( |
class(bmi), intent(in) |
this, |
|
|
integer, intent(in) |
grid_id, |
|
|
double precision, dimension(:), intent(out) |
grid_spacing |
|
) |
| |
Definition at line 217 of file bmi.f90.
219 class(bmi),
intent(in) :: this
220 integer,
intent(in) :: grid_id
221 double precision,
dimension(:),
intent(out) :: grid_spacing
222 integer :: bmi_status
The documentation for this interface was generated from the following file:
- /home/runner/work/modflow6/modflow6/srcbmi/bmi.f90