large_change Function

private elemental function large_change(old_tau, new_tau) result(res)

If the change of old_tau to new_tau is considered large.

Arguments

Type IntentOptional Attributes Name
real(kind=dp), intent(in) :: old_tau
real(kind=dp), intent(in) :: new_tau

Return Value logical


Contents