Go to the source code of this file.
◆ hstnmlinfooutputvalid()
logical function hstnmlinfooutputvalid |
( |
type(gthst_nmlinfo), intent(in) |
gthstnml, |
|
|
character(*), intent(in) |
name |
|
) |
| |
Definition at line 12 of file hstnmlinfooutputvalid.f90.
References dc_types::dp, dc_types::stdout, dc_types::string, and dc_types::token.
35 use dc_string
, only: putline, printf, split, strinclude, stoa, joinchar
36 use dc_present
, only: present_and_not_empty, present_and_true
41 character(*),
intent(in):: name
61 if ( .not. gthstnml % initialized )
goto 999
67 hptr => gthstnml % gthstnml_list
68 call listsearch( gthstnml_list = hptr, &
71 if ( .not.
associated( hptr ) )
goto 999
77 if ( hptr % interval_value > 0.0 )
then
integer, parameter, public token
Character length for word, token.
integer, parameter, public dp
Double Precision Real number.
integer, parameter, public stdout
Unit number for Standard OUTPUT.
Provides kind type parameter values.
integer, parameter, public string
Character length for string.