Go to the source code of this file.
◆ historyaxisclear()
subroutine historyaxisclear |
( |
type(gt_history_axis), intent(inout) |
axis | ) |
|
Definition at line 11 of file historyaxisclear.f90.
References dc_types::dp, dc_types::string, and dc_types::token.
19 use gtool_history_types, only: gt_history, gt_history_axis, gt_history_varinfo, gt_history_attr
20 use gtool_history_internal
, only: default
21 use dc_trace
, only: beginsub, endsub, dbgmessage
24 type(gt_history_axis),
intent(inout) :: axis
25 character(len = *),
parameter:: subname =
"HistoryAxisClear1" 26 call beginsub(subname)
32 if (
associated(axis % attrs))
then 33 deallocate(axis % attrs)
integer, parameter, public token
単語やキーワードを保持する文字型変数の種別型パラメタ
integer, parameter, public dp
倍精度実数型変数
integer, parameter, public string
文字列を保持する 文字型変数の種別型パラメタ