GAS_singles_PC_uniform_ExcGenerator_t
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(GAS_singles_PC_uniform_ExcGenerator_t), | intent(inout) | :: | this |
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