Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(pf_results_t), | intent(inout) | :: | this |
subroutine destroy_results(this)
type(pf_results_t), intent(inout) :: this
if(allocated(this%errors)) deallocate(this%errors)
if(allocated(this%residuals)) deallocate(this%residuals)
end subroutine destroy_results