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