libsim  Versione6.3.0

◆ arrayof_datetime_packarray()

subroutine, private datetime_class::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 1487 del file datetime_class.F90.

1487 
1488 END SUBROUTINE jeladata5_1
1489 
1490 
1491 
1492 elemental SUBROUTINE jeladata6(iday, imonth, iyear, ihour, imin, iminuti)
1493 
1494 !!omstart JELADATA6
1495 ! SUBROUTINE JELADATA6(IDAY,IMONTH,IYEAR,IHOUR,IMIN,
1496 ! 1 IMINUTI)
1497 !
1498 ! Calcola la data e l'ora corrispondente a IMINUTI dopo il

Generated with Doxygen.