libsim  Versione 7.1.6

◆ arrayof_integer_append_unique()

integer function, private array_utilities::arrayof_integer_append_unique ( type(arrayof_integer this,
integer, 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 INTEGER to append

Definizione alla linea 5616 del file array_utilities.F90.


Generated with Doxygen.