Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacsas committed Dec 14, 2022
1 parent 8c393e2 commit a6f8889
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/jumps.jl
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ function VariableRateJump(rate, affect!;
interp_points = 10,
abstol = 1e-12, reltol = 0)
if !(urate !== nothing && rateinterval !== nothing) &&
!(urate === nothing && rateinterval === nothing)
!(urate === nothing && rateinterval === nothing)
error("`urate` and `rateinterval` must both be `nothing`, or must both be defined.")
end

Expand Down

0 comments on commit a6f8889

Please sign in to comment.