libsim Versione 7.2.0

◆ arrayof_datetime_packarray()

subroutine arrayof_datetime_packarray ( type(arrayof_datetime this)

Method for packing the array object reducing at a minimum the memory occupation, without destroying its contents.

The value of this::overalloc remains unchanged. After the call to the method, the object can continue to be used, extended and shortened as before. If the object is empty the array is allocated to zero length.

Parametri
thisobject to be packed

Definizione alla linea 1461 del file datetime_class.F90.

1462! Calcola i minuti trascorsi tra il 1/1/1 e la data fornita
1463!
1464! variabili integer*4
1465! IN:
1466! IDAY,IMONTH,IYEAR, I*4
1467! IHOUR,IMIN GIORNO MESE ANNO ORE MINUTI
1468!
1469! OUT:
1470! IMINUTI I*4 MINUTI AD INIZIARE DALLE ORE 00 DEL 1/1/1
1471!!OMEND
1472
1473INTEGER,intent(in) :: iday, imonth, iyear, ihour, imin

Generated with Doxygen.