libsim Versione 7.1.11
|
◆ datetime_write_unit()
This method writes on a Fortran file unit the contents of the object this. The record can successively be read by the ::read_unit method. The method works both on formatted and unformatted files.
Definizione alla linea 1201 del file datetime_class.F90. 1202
1203
1204elemental FUNCTION timedelta_eq(this, that) RESULT(res)
1205TYPE(timedelta),INTENT(IN) :: this, that
1206LOGICAL :: res
|