MODFLOW 6
version 6.6.0.dev0
USGS Modular Hydrologic Model
|
Functions/Subroutines | |
subroutine | constructcharactercontainer (newCharCont, text) |
type(characterstringtype) function, pointer | castascharacterstringtype (obj) |
subroutine, public | addstringtolist (list, string) |
character(len=:) function, allocatable, public | getstringfromlist (list, indx) |
subroutine, public stringlistmodule::addstringtolist | ( | type(listtype), intent(inout) | list, |
character(len=*), intent(in) | string | ||
) |
|
private |
|
private |
character(len=:) function, allocatable, public stringlistmodule::getstringfromlist | ( | type(listtype), intent(inout) | list, |
integer(i4b), intent(in) | indx | ||
) |