Deallocate the 6-index integrals (dense)
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(dense_lMat_t), | intent(inout) | :: | this |
subroutine dealloc_dense(this)
class(dense_lMat_t), intent(inout) :: this
call this%lMat_vals%shared_dealloc()
end subroutine dealloc_dense