座標データの設定 More...
Go to the source code of this file.
Functions/Subroutines | |
| subroutine | historyautoputaxisreal (dim, array) |
| subroutine | historyautoputaxisdouble (dim, array) |
| subroutine | historyautoputaxisint (dim, array) |
座標データの設定
Definition in file historyautoputaxis.f90.
| subroutine historyautoputaxisdouble | ( | character(*), intent(in) | dim, |
| real(dp), dimension(:), intent(in) | array | ||
| ) |
座標データを設定します.
| [in] | dim | 座標の名称. ただし, ここで指定するものは, HistoryAutoCreate の dims で 既に指定されていなければなりません. |
| [in] | array | 座標データ. データ型は整数, 単精度実数型, 倍精度実数型のどれでもかまいません. ただし, ファイルへ出力される際には, HistoryAutoCreate の xtypes で指定した データ型へ変換されます. |
Definition at line 167 of file historyautoputaxis.f90.
References dc_trace::beginsub(), gtool_historyauto_internal::data_axes, dc_error::dc_enotinit, dc_error::dc_noerr, dc_types::dp, dc_trace::endsub(), gtool_historyauto_internal::gthst_axes, dc_error::hst_enoaxisname, gtool_historyauto_internal::initialized, gtool_historyauto_internal::numdims, dc_error::storeerror(), and dc_types::string.
| subroutine historyautoputaxisint | ( | character(*), intent(in) | dim, |
| integer, dimension(:), intent(in) | array | ||
| ) |
座標データを設定します.
| [in] | dim | 座標の名称. ただし, ここで指定するものは, HistoryAutoCreate の dims で 既に指定されていなければなりません. |
| [in] | array | 座標データ. データ型は整数, 単精度実数型, 倍精度実数型のどれでもかまいません. ただし, ファイルへ出力される際には, HistoryAutoCreate の xtypes で指定した データ型へ変換されます. |
Definition at line 275 of file historyautoputaxis.f90.
References dc_trace::beginsub(), gtool_historyauto_internal::data_axes, dc_error::dc_enotinit, dc_error::dc_noerr, dc_trace::endsub(), gtool_historyauto_internal::gthst_axes, dc_error::hst_enoaxisname, gtool_historyauto_internal::initialized, gtool_historyauto_internal::numdims, dc_error::storeerror(), and dc_types::string.
| subroutine historyautoputaxisreal | ( | character(*), intent(in) | dim, |
| real, dimension(:), intent(in) | array | ||
| ) |
座標データを設定します.
| [in] | dim | 座標の名称. ただし, ここで指定するものは, HistoryAutoCreate の dims で 既に指定されていなければなりません. |
| [in] | array | 座標データ. データ型は整数, 単精度実数型, 倍精度実数型のどれでもかまいません. ただし, ファイルへ出力される際には, HistoryAutoCreate の xtypes で指定した データ型へ変換されます. |
Definition at line 59 of file historyautoputaxis.f90.
References dc_trace::beginsub(), gtool_historyauto_internal::data_axes, dc_error::dc_enotinit, dc_error::dc_noerr, dc_trace::endsub(), gtool_historyauto_internal::gthst_axes, dc_error::hst_enoaxisname, gtool_historyauto_internal::initialized, gtool_historyauto_internal::numdims, dc_error::storeerror(), and dc_types::string.