gtool5 Fortran 90/95 Library
1.0.0-rc5
日本語
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
Loading...
Searching...
No Matches
gtool
gtool_history
historyvarinfoinitialized.f90
Go to the documentation of this file.
1
!> @file historyvarinfoinitialized.f90
2
!>
3
!> @author Yasuhiro MORIKAWA
4
!> @copyright Copyright (C) GFD Dennou Club, 2004-2026. All rights reserved. <br/>
5
!> License is BSD-2-Clause. See [COPYRIGHT](@ref COPYRIGHT) in detail
6
!>
7
!> @en
8
!> @brief Checker of initialization of GT_HISTORY_VARINFO
9
!> @enden
10
!>
11
!> @ja
12
!> @brief GT_HISTORY_VARINFO の初期設定チェッカ
13
!> @endja
14
15
!>
16
!> @en
17
!> @brief Check if GT_HISTORY_VARINFO is initialized
18
!>
19
!> Returns .true. if varinfo is initialized, .false. otherwise.
20
!> @param[in] varinfo Variable information
21
!> @return .true. if initialized
22
!> @enden
23
!> @ja
24
!> @brief GT_HISTORY_VARINFO の初期設定チェック
25
!>
26
!> varinfo が初期設定されている場合には .true. が、
27
!> 初期設定されていない場合には .false. が返ります。
28
!> @param[in] varinfo 変数情報
29
!> @return 初期設定済みなら .true.
30
!> @endja
31
!>
32
logical
function
historyvarinfoinitialized0
( varinfo )
result
(result)
33
use
gtool_history_types
,
only
:
gt_history_varinfo
34
implicit none
35
type
(
gt_history_varinfo
),
intent(in)
:: varinfo
36
continue
37
result = varinfo % initialized
38
end function
historyvarinfoinitialized0
historyvarinfoinitialized0
logical function historyvarinfoinitialized0(varinfo)
Definition
historyvarinfoinitialized.f90:33
gtool_history_types
Definition
gtool_history_types.f90:38
gtool_history_types::gt_history_varinfo
Definition
gtool_history_types.f90:250
Generated on
for gtool5 Fortran 90/95 Library by
1.15.0