libsim  Versione7.1.6
Membri pubblici | Elenco di tutti i membri
Riferimenti per l'nterfacciaarray_utilities::packarray

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

Membri pubblici

subroutine arrayof_integer_packarray (this)
 Method for packing the array object reducing at a minimum the memory occupation, without destroying its contents. Continua...
 
subroutine arrayof_real_packarray (this)
 Method for packing the array object reducing at a minimum the memory occupation, without destroying its contents. Continua...
 
subroutine arrayof_doubleprecision_packarray (this)
 Method for packing the array object reducing at a minimum the memory occupation, without destroying its contents. Continua...
 
subroutine arrayof_logical_packarray (this)
 Method for packing the array object reducing at a minimum the memory occupation, without destroying its contents. Continua...
 

Descrizione dettagliata

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.

Definizione alla linea 528 del file array_utilities.F90.


Generated with Doxygen.