Destructor for the FSAL variables.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(rk_variable_step_fsal_class), | intent(inout) | :: | me |
subroutine destroy_fsal_cache(me) class(rk_variable_step_fsal_class),intent(inout) :: me if (allocated(me%t_saved)) deallocate(me%t_saved) if (allocated(me%x_saved)) deallocate(me%x_saved) if (allocated(me%f_saved)) deallocate(me%f_saved) end subroutine destroy_fsal_cache