gtool5 Fortran 90/95 ライブラリ 1.0.0-rc5
English
Loading...
Searching...
No Matches
hstnmlinfoinitialized.f90 File Reference

gtool_history_nmlinfo_types::GTHST_NMLINFO 型の変数初期設定チェック More...

Go to the source code of this file.

Functions/Subroutines

logical function hstnmlinfoinitialized (gthstnml)

Detailed Description

gtool_history_nmlinfo_types::GTHST_NMLINFO 型の変数初期設定チェック

Author
Yasuhiro MORIKAWA

Definition in file hstnmlinfoinitialized.f90.

Function/Subroutine Documentation

◆ hstnmlinfoinitialized()

logical function hstnmlinfoinitialized ( type(gthst_nmlinfo), intent(in) gthstnml)

gtool_history_nmlinfo_types::GTHST_NMLINFO の初期設定チェック

gthstnml が初期設定されている場合には .true. が, 初期設定されていない場合には .false. が返ります.

Parameters
[in]gthstnmlgtool_history_nmlinfo_types::GTHST_NMLINFO 型変数
Returns
初期設定されていれば .true.

Definition at line 31 of file hstnmlinfoinitialized.f90.

33 implicit none
34 type(GTHST_NMLINFO), intent(in):: gthstnml
35 continue
36 result = gthstnml % initialized