Skip to content

Commit 358b5af

Browse files
Update lib/SCCNonlinearSolve/test/core_tests.jl
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent bf3c193 commit 358b5af

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
@@ -52,7 +52,7 @@ end
5252
p[1] = sols[1][1] + sols[1][2] + sols[2][1] + sols[2][2] + sols[2][3]
5353
p[2] = sols[1][1] + sols[1][2] + sols[2][1] + 2.0sols[2][2] + sols[2][3]
5454
p[3] = sols[1][1] + 2.0sols[1][2] + 3.0sols[2][1] + 5.0sols[2][2] +
55-
6.0sols[2][3]
55+
6.0sols[2][3]
5656
end
5757
explicitfun3(cache, [sol1, sol2])
5858
sol3 = solve(prob3, NewtonRaphson())

0 commit comments

Comments
 (0)