Skip to content

Commit edcbe38

Browse files
refactor: update to new SCCNonlinearProblem constructor
1 parent 09c563d commit edcbe38

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ RecursiveArrayTools = "3.26"
129129
Reexport = "0.2, 1"
130130
RuntimeGeneratedFunctions = "0.5.9"
131131
SCCNonlinearSolve = "1.0.0"
132-
SciMLBase = "2.65"
132+
SciMLBase = "2.66"
133133
SciMLStructures = "1.0"
134134
Serialization = "1"
135135
Setfield = "0.7, 0.8, 1"

src/systems/nonlinear/nonlinearsystem.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -712,7 +712,7 @@ function SciMLBase.SCCNonlinearProblem{iip}(sys::NonlinearSystem, u0map,
712712
@set! sys.unknowns = new_dvs
713713
@set! sys.eqs = new_eqs
714714
sys = complete(sys)
715-
return SCCNonlinearProblem(subprobs, explicitfuns, sys, p)
715+
return SCCNonlinearProblem(subprobs, explicitfuns, p, true; sys)
716716
end
717717

718718
"""

0 commit comments

Comments
 (0)