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

Public Member Functions

subroutine historysettime (time, history, difftime, timed)

Detailed Description

Definition at line 593 of file gtool_history_generic.f90.

Constructor & Destructor Documentation

◆ historysettime()

subroutine gtool_history_generic::historysettime::historysettime ( real, intent(in), optional time,
type(gt_history), intent(inout), optional, target history,
type(dc_difftime), intent(in), optional difftime,
real(dp), intent(in), optional timed )

Definition at line 593 of file gtool_history_generic.f90.

595 use dc_date_types, only: dc_difftime
596 use dc_types, only: dp
597 real, intent(in), optional:: time
598 type(GT_HISTORY), intent(inout), optional, target:: history
599 type(DC_DIFFTIME), intent(in), optional:: difftime
600 real(DP), intent(in), optional:: timed
Derived types and parameters for date and time.
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.


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