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

Public Member Functions

integer function bmif_get_component_name (this, name)
 

Detailed Description

Definition at line 70 of file bmi.f90.

Constructor & Destructor Documentation

◆ bmif_get_component_name()

integer function bmif::bmif_get_component_name::bmif_get_component_name ( class(bmi), intent(in)  this,
character(len=*), intent(out), pointer  name 
)

Definition at line 70 of file bmi.f90.

71  import :: bmi
72  class(bmi), intent(in) :: this
73  character(len=*), pointer, intent(out) :: name
74  integer :: bmi_status

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