gtool5 Fortran 90/95 Library 1.0.0-rc5
日本語
Loading...
Searching...
No Matches
gtool_historyauto_generic::historyautoputaxis Interface Reference

Public Member Functions

subroutine historyautoputaxisreal (dim, array)
subroutine historyautoputaxisdouble (dim, array)
subroutine historyautoputaxisint (dim, array)

Detailed Description

Definition at line 299 of file gtool_historyauto_generic.f90.

Member Function/Subroutine Documentation

◆ historyautoputaxisdouble()

subroutine gtool_historyauto_generic::historyautoputaxis::historyautoputaxisdouble ( character(*), intent(in) dim,
real(dp), dimension(:), intent(in) array )

Definition at line 312 of file gtool_historyauto_generic.f90.

315 use dc_types, only: dp
316
317 character(*), intent(in):: dim
318 real(DP), intent(in):: array(:)
Provides kind type parameter values.
Definition dc_types.f90:55
integer, parameter, public dp
Double Precision Real number
Definition dc_types.f90:92

References dc_types::dp.

◆ historyautoputaxisint()

subroutine gtool_historyauto_generic::historyautoputaxis::historyautoputaxisint ( character(*), intent(in) dim,
integer, dimension(:), intent(in) array )

Definition at line 322 of file gtool_historyauto_generic.f90.

325 use dc_types, only: dp
326
327 character(*), intent(in):: dim
328 integer, intent(in):: array(:)

References dc_types::dp.

◆ historyautoputaxisreal()

subroutine gtool_historyauto_generic::historyautoputaxis::historyautoputaxisreal ( character(*), intent(in) dim,
real, dimension(:), intent(in) array )

Definition at line 302 of file gtool_historyauto_generic.f90.

305 use dc_types, only: dp
306
307 character(*), intent(in):: dim
308 real, intent(in):: array(:)

References dc_types::dp.


The documentation for this interface was generated from the following file: