rk_class_stop Subroutine

private subroutine rk_class_stop(me)

User-callable method to stop the integration.

Type Bound

rk_class

Arguments

Type IntentOptional Attributes Name
class(rk_class), intent(inout) :: me

Source Code

    subroutine rk_class_stop(me)
        class(rk_class),intent(inout) :: me
        me%stopped = .true.
    end subroutine rk_class_stop