You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
isbounded(::VariableRateJump{R,F,R2,Nothing}) where {R,F,R2} =false
159
+
isbounded(::VariableRateJump{R, F, R2,Nothing}) where {R, F, R2} =false
160
160
haslrate(::VariableRateJump) =true
161
-
haslrate(::VariableRateJump{R, F, Nothing}) where {R,F} =false
161
+
haslrate(::VariableRateJump{R, F, Nothing}) where {R,F} =false
162
162
nullrate(u, p, t::T) where {T <:Number} =zero(T)
163
163
164
164
"""
@@ -184,7 +184,8 @@ function VariableRateJump(rate, affect!;
184
184
end
185
185
186
186
if lrate !==nothing
187
-
(urate !==nothing) ||error("If a lower bound rate, `lrate`, is given than an upper bound rate, `urate`, and rate interval, `rateinterval`, must also be provided.")
187
+
(urate !==nothing) ||
188
+
error("If a lower bound rate, `lrate`, is given than an upper bound rate, `urate`, and rate interval, `rateinterval`, must also be provided.")
0 commit comments