Toggle navigation
Gtool Project
地球流体電脳倶楽部
dcmodel プロジェクト
SIGEN
English
gtool
gtool_history_nmlinfo
Functions/Subroutines
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
11
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
!
18
use
gtool_history_nmlinfo_types
, only
:
gthst_nmlinfo
19
implicit none
20
type
(
gthst_nmlinfo
),
intent(in)
:: gthstnml
21
continue
22
result = gthstnml % define_mode
gtool_history_nmlinfo_types::gthst_nmlinfo
Definition:
gtool_history_nmlinfo_types.f90:42
gtool_history_nmlinfo_types
Definition:
gtool_history_nmlinfo_types.f90:11