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
Character length for word, token.
integer, parameter, public dp
Double Precision Real number.
Provides kind type parameter values.
integer, parameter, public string
Character length for string.