MODFLOW 6
version 6.6.0.dev0
USGS Modular Hydrologic Model
|
Data Types | |
type | 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... | |
Functions/Subroutines | |
recursive subroutine | assign_to_charstring (lhs, rhs) |
subroutine | assign_from_charstring (lhs, rhs) |
elemental logical function | character_eq_charstring (lhs, rhs) |
elemental logical function | charstring_eq_character (lhs, rhs) |
elemental logical function | charstring_eq_charstring (this, rhs) |
subroutine | write_unformatted (this, unit, iostat, iomsg) |
integer function | strlen (this) |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
Definition at line 119 of file CharString.f90.
|
private |
Definition at line 108 of file CharString.f90.