gtool5 Fortran 90/95 ライブラリ
1.0.0-rc5
English
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
Loading...
Searching...
No Matches
gtool
gtool_history
historyinitialized.f90
Go to the documentation of this file.
1
14
32
logical
function
historyinitialized0
( history )
result
(result)
33
use
gtool_history_types
,
only
:
gt_history
34
implicit none
35
type
(
gt_history
),
intent(in)
:: history
36
continue
37
result = history % initialized
38
end function
historyinitialized0
39
40
!-------------------------------------------------------------------
41
52
logical
function
historyinitialized1
( history )
result
(result)
53
use
gtool_history_types
,
only
:
gt_history
54
use
gtool_history_generic
,
only
:
historyinitialized
55
implicit none
56
type
(
gt_history
),
intent(in)
:: history
57
continue
58
result =
historyinitialized
( history )
59
end function
historyinitialized1
60
historyinitialized1
logical function historyinitialized1(history)
Definition
historyinitialized.f90:53
historyinitialized0
logical function historyinitialized0(history)
Definition
historyinitialized.f90:33
gtool_history_generic::historyinitialized
Definition
gtool_history_generic.f90:164
gtool_history_generic
Definition
gtool_history_generic.f90:31
gtool_history_types
Definition
gtool_history_types.f90:38
gtool_history_types::gt_history
Definition
gtool_history_types.f90:78
Generated on Fri May 29 2026 05:34:32 for gtool5 Fortran 90/95 ライブラリ by
1.9.8