hstnmlinfoinitialized.f90 File Reference

Go to the source code of this file.

Functions/Subroutines

logical function hstnmlinfoinitialized (gthstnml)
 

Function/Subroutine Documentation

◆ hstnmlinfoinitialized()

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

Definition at line 11 of file hstnmlinfoinitialized.f90.

11  !
12  ! *gthstnml* が初期設定されている場合には .true. が,
13  ! 初期設定されていない場合には .false. が返ります.
14  !
15  ! If *gthstnml* is initialized, .true. is returned.
16  ! If *gthstnml* is not initialized, .false. is returned.
17  !
19  implicit none
20  type(gthst_nmlinfo), intent(in):: gthstnml
21  continue
22  result = gthstnml % initialized