GT_HISTORY_AXIS 変数への問い合わせ . More...
Go to the source code of this file.
Functions/Subroutines | |
| subroutine | historyaxisinquire1 (axis, name, size, longname, units, xtype) |
| subroutine | historyaxisinquire2 (axis, name, size, longname, units, xtype) |
GT_HISTORY_AXIS 変数への問い合わせ .
Definition in file historyaxisinquire.f90.
| subroutine historyaxisinquire1 | ( | type(gt_history_axis), intent(in) | axis, |
| character(*), intent(out), optional | name, | ||
| integer, intent(out), optional | size, | ||
| character(*), intent(out), optional | longname, | ||
| character(*), intent(out), optional | units, | ||
| character(*), intent(out), optional | xtype | ||
| ) |
GT_HISTORY_AXIS 型変数への問い合わせ
GT_HISTORY_AXIS 型の変数内の各情報を参照します。
| [in] | axis | 座標軸情報 |
| [out] | name | 次元変数名 (省略可能) |
| [out] | size | 次元長 (省略可能) |
| [out] | longname | 次元変数の記述的名称 (省略可能) |
| [out] | units | 次元変数の単位 (省略可能) |
| [out] | xtype | 次元変数の型 (省略可能) |
Definition at line 41 of file historyaxisinquire.f90.
References dc_trace::beginsub(), and dc_trace::endsub().
| subroutine historyaxisinquire2 | ( | type(gt_history_axis), intent(in) | axis, |
| character(*), intent(out), optional | name, | ||
| integer, intent(out), optional | size, | ||
| character(*), intent(out), optional | longname, | ||
| character(*), intent(out), optional | units, | ||
| character(*), intent(out), optional | xtype | ||
| ) |
GT_HISTORY_AXIS 型変数への問い合わせ (総称インターフェース)
使用方法は HistoryAxisInquire と同様です。
Definition at line 86 of file historyaxisinquire.f90.
References dc_trace::beginsub(), and dc_trace::endsub().