Skip to main content

RemoveDuplicates

This routine removes duplicate entries from the set of integer.

Calling example:

CALL RemoveDuplicates(avec)

Interface

MODULE PURE SUBROUTINE RemoveDuplicates_1d(obj)
INTEGER(Int8|Int16|Int32|Int64), ALLOCATABLE, INTENT(INOUT) :: obj(:)
END SUBROUTINE RemoveDuplicates_1d