Loading...
Searching...
No Matches
hstnmlinfodefinemode.f90 File Reference

Go to the source code of this file.

Functions/Subroutines

logical function hstnmlinfodefinemode (gthstnml)

Function/Subroutine Documentation

◆ hstnmlinfodefinemode()

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

Definition at line 10 of file hstnmlinfodefinemode.f90.

11 !
12 ! *gthstnml* が定義モードであれば .true. が,
13 ! 定義モードでなければ .false. が返ります.
14 !
15 ! If *gthstnml* is define mode, .true. is returned.
16 ! If *gthstnml* is not define mode, .false. is returned.
17 !
19 implicit none
20 type(GTHST_NMLINFO), intent(in):: gthstnml
21 continue
22 result = gthstnml % define_mode