libsim Versione 7.1.11

◆ arrayof_datetime_packarray()

subroutine, private arrayof_datetime_packarray ( type(arrayof_datetime this)
private

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 1467 del file datetime_class.F90.

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
1474INTEGER,intent(out) :: iminuti
1475
1476iminuti = ndays(iday,imonth,iyear)*1440+(ihour*60)+imin
1477
1478END SUBROUTINE jeladata5
1479

Generated with Doxygen.