![]() |
MODFLOW 6
version 6.7.0.dev2
USGS Modular Hydrologic Model
|
Base type for exit solutions. More...
Public Attributes | |
integer(i4b) | status = -1 |
domain exit status code More... | |
integer(i4b) | iboundary = 0 |
boundary number More... | |
real(dp) | dt = 1.0d+20 |
time to exit More... | |
Definition at line 18 of file ExitSolution.f90.
real(dp) exitsolutionmodule::exitsolutiontype::dt = 1.0d+20 |
Definition at line 21 of file ExitSolution.f90.
integer(i4b) exitsolutionmodule::exitsolutiontype::iboundary = 0 |
Definition at line 20 of file ExitSolution.f90.
integer(i4b) exitsolutionmodule::exitsolutiontype::status = -1 |
Definition at line 19 of file ExitSolution.f90.