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

Public Member Functions

subroutine historyautoaddweightreal (dim, weight, units, xtype)
subroutine historyautoaddweightdouble (dim, weight, units, xtype)
subroutine historyautoaddweightint (dim, weight, units, xtype)

Detailed Description

Definition at line 255 of file gtool_historyauto_generic.f90.

Member Function/Subroutine Documentation

◆ historyautoaddweightdouble()

subroutine gtool_historyauto_generic::historyautoaddweight::historyautoaddweightdouble ( character(*), intent(in) dim,
real(dp), dimension(:), intent(in) weight,
character(*), intent(in), optional units,
character(*), intent(in), optional xtype )

Definition at line 271 of file gtool_historyauto_generic.f90.

275 use dc_types, only: dp
276
277 character(*), intent(in):: dim
278 real(DP), intent(in):: weight(:)
279 character(*), intent(in), optional:: units
280 character(*), intent(in), optional:: xtype
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.

◆ historyautoaddweightint()

subroutine gtool_historyauto_generic::historyautoaddweight::historyautoaddweightint ( character(*), intent(in) dim,
integer, dimension(:), intent(in) weight,
character(*), intent(in), optional units,
character(*), intent(in), optional xtype )

Definition at line 284 of file gtool_historyauto_generic.f90.

288 use dc_types, only: dp
289
290 character(*), intent(in):: dim
291 integer, intent(in):: weight(:)
292 character(*), intent(in), optional:: units
293 character(*), intent(in), optional:: xtype

References dc_types::dp.

◆ historyautoaddweightreal()

subroutine gtool_historyauto_generic::historyautoaddweight::historyautoaddweightreal ( character(*), intent(in) dim,
real, dimension(:), intent(in) weight,
character(*), intent(in), optional units,
character(*), intent(in), optional xtype )

Definition at line 258 of file gtool_historyauto_generic.f90.

262 use dc_types, only: dp
263
264 character(*), intent(in):: dim
265 real, intent(in):: weight(:)
266 character(*), intent(in), optional:: units
267 character(*), intent(in), optional:: xtype

References dc_types::dp.


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