MODFLOW 6
version 6.6.0.dev0
USGS Modular Hydrologic Model
|
Go to the source code of this file.
Data Types | |
type | characterstringmodule::characterstringtype |
This class is used to store a single deferred-length character string. It was designed to work in an array implementation so that a jagged character array could be used in MODFLOW and stored in the memory manager. More... | |
Modules | |
module | characterstringmodule |
Functions/Subroutines | |
recursive subroutine | characterstringmodule::assign_to_charstring (lhs, rhs) |
subroutine | characterstringmodule::assign_from_charstring (lhs, rhs) |
elemental logical function | characterstringmodule::character_eq_charstring (lhs, rhs) |
elemental logical function | characterstringmodule::charstring_eq_character (lhs, rhs) |
elemental logical function | characterstringmodule::charstring_eq_charstring (this, rhs) |
subroutine | characterstringmodule::write_unformatted (this, unit, iostat, iomsg) |
integer function | characterstringmodule::strlen (this) |