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

Public Member Functions

integer function bmif_get_grid_type (this, grid_id, grid_type)
 

Detailed Description

Definition at line 181 of file bmi.f90.

Constructor & Destructor Documentation

◆ bmif_get_grid_type()

integer function bmif::bmif_get_grid_type::bmif_get_grid_type ( class(bmi), intent(in)  this,
integer, intent(in)  grid_id,
character(len=*), intent(out)  grid_type 
)

Definition at line 181 of file bmi.f90.

182  import :: bmi
183  class(bmi), intent(in) :: this
184  integer, intent(in) :: grid_id
185  character(len=*), intent(out) :: grid_type
186  integer :: bmi_status

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