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

Public Member Functions

integer function bmif_get_time_step (this, time_step)
 

Detailed Description

Definition at line 133 of file bmi.f90.

Constructor & Destructor Documentation

◆ bmif_get_time_step()

integer function bmif::bmif_get_time_step::bmif_get_time_step ( class(bmi), intent(in)  this,
double precision, intent(out)  time_step 
)

Definition at line 133 of file bmi.f90.

134  import :: bmi
135  class(bmi), intent(in) :: this
136  double precision, intent(out) :: time_step
137  integer :: bmi_status

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