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
Character length for word, token.
subroutine historyaxisinquire1(axis, name, size, longname, units, xtype)
subroutine historyaxisinquire2(axis, name, size, longname, units, xtype)
integer, parameter, public dp
Double Precision Real number.
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)
Provides kind type parameter values.
subroutine, public endsub(name, fmt, i, r, d, L, n, c1, c2, c3, ca)
integer, parameter, public string
Character length for string.