| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(radiation_source_t), | intent(inout) | :: | source |
subroutine free_radiation_source(source) type(radiation_source_t), intent(inout) :: source if (allocated(source%qrad)) deallocate(source%qrad) end subroutine free_radiation_source