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
historyaxisclear.f90
Go to the documentation of this file.
1
14
32
subroutine
historyaxisclear
(axis)
33
use
gtool_history_types
,
only
:
gt_history_axis
34
use
dc_trace
,
only
:
beginsub
,
endsub
35
implicit none
36
type
(
gt_history_axis
),
intent(inout)
:: axis
37
character(len = *)
,
parameter
:: subname =
"HistoryAxisClear1"
38
call
beginsub
(subname)
39
axis % name =
""
40
axis % length = 0
41
axis % longname =
""
42
axis % units =
""
43
axis % xtype =
""
44
if
(
associated
(axis % attrs))
then
45
deallocate
(axis % attrs)
46
end if
47
call
endsub
(subname)
48
end subroutine
historyaxisclear
historyaxisclear
subroutine historyaxisclear(axis)
Definition
historyaxisclear.f90:33
dc_trace
デバッグ時の追跡用モジュール
Definition
dc_trace.f90:150
dc_trace::beginsub
subroutine, public beginsub(name, fmt, i, r, d, l, n, c1, c2, c3, ca, version)
Definition
dc_trace.f90:476
dc_trace::endsub
subroutine, public endsub(name, fmt, i, r, d, l, n, c1, c2, c3, ca)
Definition
dc_trace.f90:599
gtool_history_types
Definition
gtool_history_types.f90:38
gtool_history_types::gt_history_axis
Definition
gtool_history_types.f90:219
Generated on Fri May 29 2026 05:34:32 for gtool5 Fortran 90/95 ライブラリ by
1.9.8