uniq_array Interface

public interface uniq_array

Module Procedures

private subroutine i_uniq(AIN, AOUT, MASK)

Arguments

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

private subroutine d_uniq(AIN, AOUT, MASK)

Arguments

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