uniq Interface

public interface uniq

Module Procedures

private function f_i_uniq(AIN, MASK) result(AOUT)

Arguments

Type IntentOptional Attributes Name
integer, intent(inout), dimension(:) :: AIN
logical, intent(out), optional, dimension(:), allocatable :: MASK

Return Value integer, dimension(:), allocatable

private function f_d_uniq(AIN, MASK) result(AOUT)

Arguments

Type IntentOptional Attributes Name
real(kind=8), intent(inout), dimension(:) :: AIN
logical, intent(out), optional, dimension(:), allocatable :: MASK

Return Value real(kind=8), dimension(:), allocatable