MODFLOW 6  version 6.5.0.dev2
MODFLOW 6 Code Documentation
CharString.f90 File Reference

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

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)