compute_non_overlapping_mask_simple Subroutine

public subroutine compute_non_overlapping_mask_simple(centers, widths, min_gap, keep)

Arguments

Type IntentOptional Attributes Name
real(kind=wp), intent(in) :: centers(:)
integer, intent(in) :: widths(:)
real(kind=wp), intent(in) :: min_gap
logical, intent(out) :: keep(size(centers))