samplerArrayDestructor_2D Subroutine

private subroutine samplerArrayDestructor_2D(this)

Deallocate an array of samplers

Type Bound

AliasSampler_2D_t

Arguments

Type IntentOptional Attributes Name
class(AliasSampler_2D_t), intent(inout) :: this

Contents


Source Code

    subroutine samplerArrayDestructor_2D(this)
        class(AliasSampler_2D_t), intent(inout) :: this
        call this%alias_sampler%finalize()
    end subroutine samplerArrayDestructor_2D