Go to the source code of this file.
|
subroutine | historyaxiscreate1 (axis, name, size, longname, units, xtype) |
|
subroutine | historyaxiscreate2 (axis, name, size, longname, units, xtype) |
|
◆ historyaxiscreate1()
subroutine historyaxiscreate1 |
( |
type(gt_history_axis), intent(out) |
axis, |
|
|
character(*), intent(in) |
name, |
|
|
integer, intent(in) |
size, |
|
|
character(*), intent(in) |
longname, |
|
|
character(*), intent(in) |
units, |
|
|
character(*), intent(in) |
xtype |
|
) |
| |
Definition at line 12 of file historyaxiscreate.f90.
References dc_types::dp, dc_types::string, and dc_types::token.
24 use dc_trace
, only: beginsub, endsub, dbgmessage
25 use gtool_history_types, only: gt_history, gt_history_axis, gt_history_varinfo, gt_history_attr
26 use gtool_history_internal
, only: default
28 type(gt_history_axis),
intent(out) :: axis
29 character(*) ,
intent(in):: name
30 integer,
intent(in):: size
31 character(*) ,
intent(in):: longname
32 character(*) ,
intent(in):: units
33 character(*) ,
intent(in):: xtype
34 character(len = *),
parameter:: subname =
"HistoryAxisCreate1" 36 call beginsub(subname)
39 axis % longname = longname
integer, parameter, public token
単語やキーワードを保持する文字型変数の種別型パラメタ
integer, parameter, public dp
倍精度実数型変数
integer, parameter, public string
文字列を保持する 文字型変数の種別型パラメタ
◆ historyaxiscreate2()
subroutine historyaxiscreate2 |
( |
type(gt_history_axis), intent(out) |
axis, |
|
|
character(*), intent(in) |
name, |
|
|
integer, intent(in) |
size, |
|
|
character(*), intent(in) |
longname, |
|
|
character(*), intent(in) |
units, |
|
|
character(*), intent(in) |
xtype |
|
) |
| |
Definition at line 47 of file historyaxiscreate.f90.
References dc_types::dp, dc_types::string, and dc_types::token.
57 use dc_trace
, only: beginsub, endsub, dbgmessage
58 use gtool_history_types, only: gt_history, gt_history_axis, gt_history_varinfo, gt_history_attr
59 use gtool_history_internal
, only: default
61 type(gt_history_axis),
intent(out) :: axis
62 character(*) ,
intent(in):: name
63 integer,
intent(in):: size
64 character(*) ,
intent(in):: longname
65 character(*) ,
intent(in):: units
66 character(*) ,
intent(in):: xtype
67 character(len = *),
parameter:: subname =
"HistoryAxisCreate2" 69 call beginsub(subname)
72 axis % longname = longname
integer, parameter, public token
単語やキーワードを保持する文字型変数の種別型パラメタ
integer, parameter, public dp
倍精度実数型変数
integer, parameter, public string
文字列を保持する 文字型変数の種別型パラメタ