Skip to content

Commit d737b84

Browse files
Update lib/SCCNonlinearSolve/test/core_tests.jl
1 parent ff5a4b1 commit d737b84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/SCCNonlinearSolve/test/core_tests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ end
1717
du[8] = u[1] + 2.0u[2] + 3.0u[3] + 5.0u[4] + 6.0u[5] + u[6] - u[7] - u[8]
1818
end
1919
prob = NonlinearProblem(f, zeros(8))
20-
sol = solve(prob)
20+
sol = solve(prob, NewtonRaphson())
2121

2222
u0 = zeros(2)
2323
cache = zeros(3)

0 commit comments

Comments
 (0)