Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(diagnostics_type), | intent(inout) | :: | gnostics |
subroutine finish_diagnostics_config(gnostics)
use diagnostics_configuration, only: diagnostics_config
implicit none
type(diagnostics_type), intent(inout) :: gnostics
initialized = .false.
call deallocate_current_results(gnostics)
call diagnostics_config%reset()
end subroutine finish_diagnostics_config