FIXME : Add documentation
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(diagnostics_type), | intent(in) | :: | gnostics |
subroutine finish_diagnostics_antenna(gnostics)
use diagnostics_config, only: diagnostics_type
implicit none
type(diagnostics_type), intent(in) :: gnostics
if (gnostics%write_jext.and.allocated(j_ext_hist)) deallocate(j_ext_hist)
end subroutine finish_diagnostics_antenna