| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(DavidsonCalcType), | intent(inout) | :: | this |
subroutine DestroyDavidsonCalc(this) type(DavidsonCalcType), intent(inout) :: this ! deallocate the davidson vector as well call FreeDavidsonCalc(this) safe_free(this%davidson_eigenvector) end subroutine DestroyDavidsonCalc