Skip to content

Commit cf7c6be

Browse files
namespace
1 parent 72a5232 commit cf7c6be

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)