libsim  Versione7.2.6

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

1472 
1473 INTEGER,intent(in) :: iday, imonth, iyear, ihour, imin
1474 INTEGER,intent(out) :: iminuti
1475 
1476 iminuti = ndays(iday,imonth,iyear)*1440+(ihour*60)+imin
1477 
1478 END SUBROUTINE jeladata5
1479 
1480 
1481 elemental SUBROUTINE jeladata5_1(iday,imonth,iyear,ihour,imin,imsec,imillisec)
1482 INTEGER,intent(in) :: iday, imonth, iyear, ihour, imin, imsec
1483 INTEGER(KIND=int_ll),intent(out) :: imillisec

Generated with Doxygen.