samplerArrayDestructor_1D Subroutine

private subroutine samplerArrayDestructor_1D(this)

Deallocate an array of samplers

Type Bound

AliasSampler_1D_t

Arguments

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

Contents


Source Code

    subroutine samplerArrayDestructor_1D(this)
        class(AliasSampler_1D_t), intent(inout) :: this
        call this%alias_sampler%finalize()
    end subroutine samplerArrayDestructor_1D