MODFLOW 6  version 6.5.0.dev2
MODFLOW 6 Code Documentation
bmif::bmif_get_grid_size Interface Reference
Collaboration diagram for bmif::bmif_get_grid_size:
Collaboration graph

Public Member Functions

integer function bmif_get_grid_size (this, grid_id, grid_size)
 

Detailed Description

Definition at line 208 of file bmi.f90.

Constructor & Destructor Documentation

◆ bmif_get_grid_size()

integer function bmif::bmif_get_grid_size::bmif_get_grid_size ( class(bmi), intent(in)  this,
integer, intent(in)  grid_id,
integer, intent(out)  grid_size 
)

Definition at line 208 of file bmi.f90.

209  import :: bmi
210  class(bmi), intent(in) :: this
211  integer, intent(in) :: grid_id
212  integer, intent(out) :: grid_size
213  integer :: bmi_status

The documentation for this interface was generated from the following file: