Settings of data of axes . More...
Go to the source code of this file.
Functions/Subroutines | |
| subroutine | historyautoputaxisreal (dim, array) |
| subroutine | historyautoputaxisdouble (dim, array) |
| subroutine | historyautoputaxisint (dim, array) |
Settings of data of axes
.
Definition in file historyautoputaxis.f90.
| subroutine historyautoputaxisdouble | ( | character(*), intent(in) | dim, |
| real(dp), dimension(:), intent(in) | array | ||
| ) |
Set data of an axis.
| [in] | dim | Name of axis. Note that this value must be set as dims of HistoryAutoCreate. |
| [in] | array | Data of axis. Integer, single or double precision are acceptable as data type. Note that when this is output to a file, data type is converted into xtypes specified in HistoryAutoCreate. |
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 | ||
| ) |
Set data of an axis.
| [in] | dim | Name of axis. Note that this value must be set as dims of HistoryAutoCreate. |
| [in] | array | Data of axis. Integer, single or double precision are acceptable as data type. Note that when this is output to a file, data type is converted into xtypes specified in HistoryAutoCreate. |
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 | ||
| ) |
Set data of an axis.
| [in] | dim | Name of axis. Note that this value must be set as dims of HistoryAutoCreate. |
| [in] | array | Data of axis. Integer, single or double precision are acceptable as data type. Note that when this is output to a file, data type is converted into xtypes specified in HistoryAutoCreate. |
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.