libsim Versione 7.1.11
|
◆ arrayof_datetime_insert()
Method for inserting an element of the array at a desired position. If necessary, the array is reallocated to accomodate the new element.
Definizione alla linea 1286 del file datetime_class.F90. 1287END FUNCTION timedelta_sub
1288
1289
1290ELEMENTAL FUNCTION timedelta_mult(this, n) RESULT(res)
1291TYPE(timedelta),INTENT(IN) :: this
1292INTEGER,INTENT(IN) :: n
|