Go to the source code of this file.
◆ hstnmlinfonames()
character(string) function hstnmlinfonames |
( |
type(gthst_nmlinfo), intent(in) |
gthstnml | ) |
|
Definition at line 11 of file hstnmlinfonames.f90.
References dc_types::dp, dc_string::joinchar(), gtool_history_nmlinfo_internal::name_delimiter, dc_types::stdout, dc_types::string, and dc_types::token.
30 character(STRING):: result
48 if ( .not. gthstnml % initialized )
goto 999
54 hptr => gthstnml % gthstnml_list
55 do while (
associated( hptr % next ) )
56 call listnext( gthstnml_list = hptr )
58 result = adjustl( hptr % name )
61 result = trim( result ) //
name_delimiter // adjustl( hptr % name )
integer, parameter, public token
Character length for word, token.
character(1), parameter, public name_delimiter
character(string) function, public joinchar(carray, expr)
integer, parameter, public dp
Double Precision Real number.
integer, parameter, public stdout
Unit number for Standard OUTPUT.
Handling character types.
Provides kind type parameter values.
integer, parameter, public string
Character length for string.