Skip to content

Commit 8df1912

Browse files
namespace
1 parent 27a96bf commit 8df1912

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/SCCNonlinearSolve/src/SCCNonlinearSolve.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ function CommonSolve.solve(prob::SciMLBase.SCCNonlinearProblem; kwargs...)
2727
CommonSolve.solve(prob, SCCAlg(nothing, nothing); kwargs...)
2828
end
2929

30-
function CommonSolve.solve(prob::SciMLBase.SCCNonlinearProblem, alg::AbstractNonlinearAlgorithm; kwargs...)
30+
function CommonSolve.solve(prob::SciMLBase.SCCNonlinearProblem, alg::SciMLBase.AbstractNonlinearAlgorithm; kwargs...)
3131
CommonSolve.solve(prob, SCCAlg(alg, nothing); kwargs...)
3232
end
3333

0 commit comments

Comments
 (0)