libsim  Versione7.1.6
integer function, private arrayof_datetime_append_unique ( type(arrayof_datetime this,
type(datetime), intent(in)  content 
)
private

Quick function to append an element to the array only if it is not present in the array yet.

The return value is the position at which the element has been appended or at which it has been found.

Parametri
thisarray object to extend
[in]contentobject of TYPE TYPE(datetime) to append

Definizione alla linea 1327 del file datetime_class.F90.


Generated with Doxygen.