Skip to content

Commit

Permalink
Update src/problems/bvp_problems.jl
Browse files Browse the repository at this point in the history
Co-authored-by: Qingyu Qu <[email protected]>
  • Loading branch information
avik-pal and ErikQQY committed Dec 21, 2023
1 parent 3c82571 commit b34fd2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/problems/bvp_problems.jl
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ struct BVProblem{uType, tType, isinplace, nlls, P, F, PT, K} <:
if iip
_nlls = false # Should we assume `true` instead?
else
_nlls = length(f.bc(FFakeSolutionObject(u0), p, tspan)) != length(_u0)
_nlls = length(f.bc(FakeSolutionObject(u0), p, tspan)) != length(_u0)
end
end
end
Expand Down

0 comments on commit b34fd2e

Please sign in to comment.