11 & name, size, longname, units, xtype )
23 character(*) ,
intent(out),
optional:: name
24 integer,
intent(out),
optional:: size
25 character(*) ,
intent(out),
optional:: longname
26 character(*) ,
intent(out),
optional:: units
27 character(*) ,
intent(out),
optional:: xtype
28 character(len = *),
parameter:: subname =
"HistoryAxisInquire1" 31 if (
present(name))
then 34 if (
present(size))
then 37 if (
present(longname))
then 38 longname = axis % longname
40 if (
present(units))
then 43 if (
present(xtype))
then 52 & name, size, longname, units, xtype)
68 character(*) ,
intent(out),
optional:: name
69 integer,
intent(out),
optional:: size
70 character(*) ,
intent(out),
optional:: longname
71 character(*) ,
intent(out),
optional:: units
72 character(*) ,
intent(out),
optional:: xtype
73 character(len = *),
parameter:: subname =
"HistoryAxisInquire2" 77 & name,
size, longname, units, xtype)
type(gt_history), target, save, public default
integer, parameter, public token
単語やキーワードを保持する文字型変数の種別型パラメタ
subroutine historyaxisinquire1(axis, name, size, longname, units, xtype)
subroutine historyaxisinquire2(axis, name, size, longname, units, xtype)
integer, parameter, public dp
倍精度実数型変数
subroutine, public dbgmessage(fmt, i, r, d, L, n, c1, c2, c3, ca)
subroutine, public beginsub(name, fmt, i, r, d, L, n, c1, c2, c3, ca, version)
subroutine, public endsub(name, fmt, i, r, d, L, n, c1, c2, c3, ca)
integer, parameter, public string
文字列を保持する 文字型変数の種別型パラメタ