We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72a5232 commit cf7c6beCopy full SHA for cf7c6be
lib/SCCNonlinearSolve/src/SCCNonlinearSolve.jl
@@ -27,7 +27,7 @@ function CommonSolve.solve(prob::SciMLBase.SCCNonlinearProblem; kwargs...)
27
CommonSolve.solve(prob, SCCAlg(nothing, nothing); kwargs...)
28
end
29
30
-function CommonSolve.solve(prob::SciMLBase.SCCNonlinearProblem, alg::AbstractNonlinearAlgorithm; kwargs...)
+function CommonSolve.solve(prob::SciMLBase.SCCNonlinearProblem, alg::SciMLBase.AbstractNonlinearAlgorithm; kwargs...)
31
CommonSolve.solve(prob, SCCAlg(alg, nothing); kwargs...)
32
33
0 commit comments