removeDupeInts Interface

interface
public pure module function removeDupeInts(array) result(uniques)

Arguments

Type IntentOptional Attributes Name
integer(kind=ik), intent(in), dimension(:) :: array

Return Value integer(kind=ik),allocatable,dimension(:)

Description

Removes duplicates from integer array - unoptimized