Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
Uwe Fechner committed Sep 5, 2024
1 parent 00b2e0b commit 55c8b15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_solver.jl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
using NLsolve
const MAX_ITER = 100
MAX_ITER = 100

function fun!(F, x)
F[1] = x[1] + 0.5 * (x[1] - x[2])^3 - 1.0
Expand Down

0 comments on commit 55c8b15

Please sign in to comment.