We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c393e2 commit a6f8889Copy full SHA for a6f8889
src/jumps.jl
@@ -165,7 +165,7 @@ function VariableRateJump(rate, affect!;
165
interp_points = 10,
166
abstol = 1e-12, reltol = 0)
167
if !(urate !== nothing && rateinterval !== nothing) &&
168
- !(urate === nothing && rateinterval === nothing)
+ !(urate === nothing && rateinterval === nothing)
169
error("`urate` and `rateinterval` must both be `nothing`, or must both be defined.")
170
end
171
0 commit comments