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_string::joinchar(), dc_present::present_and_not_empty(), dc_present::present_and_true(), dc_types::stdout, dc_types::string, and dc_types::token.
   41     character(*), 
intent(in):: name
    61     if ( .not. gthstnml % initialized ) 
goto 999
    67     hptr => gthstnml % gthstnml_list
    71     if ( .not. 
associated( hptr ) ) 
goto 999
    77     if ( hptr % interval_value > 0.0 ) 
then 
integer, parameter, public token
単語やキーワードを保持する文字型変数の種別型パラメタ 
 
logical function, public present_and_true(arg)
 
character(string) function, public joinchar(carray, expr)
 
integer, parameter, public dp
倍精度実数型変数 
 
logical function, public present_and_not_empty(arg)
 
integer, parameter, public stdout
標準出力の装置番号 
 
integer, parameter, public string
文字列を保持する 文字型変数の種別型パラメタ