Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisRackauckas committed Oct 6, 2023
1 parent 90bcabc commit b404b47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scimlfunctions.jl
Original file line number Diff line number Diff line change
Expand Up @@ -4016,7 +4016,7 @@ function BVPFunction{iip, specialize, twopoint}(f, bc;
end
jaciip = jac !== nothing ? isinplace(jac, 4, "jac", iip) : iip
bcjaciip = if bcjac !== nothing
if twopoint
if !twopoint
isinplace(bcjac, 4, "bcjac", bciip)
else
@assert length(bcjac) == 2
Expand Down

0 comments on commit b404b47

Please sign in to comment.