GAS_singles_uniform_finalize Subroutine

private subroutine GAS_singles_uniform_finalize(this)

Type Bound

GAS_singles_PC_uniform_ExcGenerator_t

Arguments

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

Contents


Source Code

    subroutine GAS_singles_uniform_finalize(this)
        class(GAS_singles_PC_uniform_ExcGenerator_t), intent(inout) :: this

        if (allocated(this%allowed_holes)) then
            deallocate(this%allowed_holes, this%indexer)
            if (this%create_lookup) nullify(lookup_supergroup_indexer)
        end if
    end subroutine GAS_singles_uniform_finalize