Skip to content

Commit

Permalink
Merge pull request #240 from SciML/hotfix
Browse files Browse the repository at this point in the history
hotfix __unsafe_nonlinearfunction
  • Loading branch information
ChrisRackauckas authored Nov 9, 2024
2 parents a92baed + 4610d7f commit a63515b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/BoundaryValueDiffEqCore/Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "BoundaryValueDiffEqCore"
uuid = "56b672f2-a5fe-4263-ab2d-da677488eb3a"
authors = ["Qingyu Qu <[email protected]>"]
version = "1.0.1"
version = "1.0.2"

[deps]
ADTypes = "47edcb42-4c32-4615-8424-f2b9edc5f35b"
Expand Down
5 changes: 3 additions & 2 deletions lib/BoundaryValueDiffEqCore/src/utils.jl
Original file line number Diff line number Diff line change
Expand Up @@ -254,9 +254,10 @@ struct __unsafe_nonlinearfunction{iip} end
resid_prototype::RP = nothing) where {iip, F, J, JP, CV, RP}
return NonlinearFunction{
iip, SciMLBase.FullSpecialize, F, Nothing, Nothing, Nothing, J, Nothing,
Nothing, JP, Nothing, Nothing, Nothing, Nothing, Nothing, CV, Nothing, RP}(
Nothing, JP, Nothing, Nothing, Nothing, Nothing, Nothing, CV, Nothing, RP,
Nothing}(
f, nothing, nothing, nothing, jac, nothing, nothing, jac_prototype, nothing,
nothing, nothing, nothing, nothing, colorvec, nothing, resid_prototype)
nothing, nothing, nothing, nothing, colorvec, nothing, resid_prototype, nothing)
end

# Construct the internal NonlinearProblem
Expand Down

0 comments on commit a63515b

Please sign in to comment.