libsim  Versione7.1.6
integer function, private arrayof_real_append_unique ( type(arrayof_real this,
real, 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 REAL to append

Definizione alla linea 5888 del file array_utilities.F90.


Generated with Doxygen.