Skip to content

Commit 254eb3d

Browse files
authored
Update tutorial-iss.md
1 parent d07e0a2 commit 254eb3d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/src/tutorial-iss.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ Let us benchmark the methods to solve the shooting equation.
228228
```
229229

230230
```@example main-iss
231-
@benchmark solve(prob, SimpleNewtonRaphson(); show_trace=Val(false)) # NonlinearSolve
231+
@benchmark solve(prob; show_trace=Val(false)) # NonlinearSolve
232232
```
233233

234234
According to the NonlinearSolve documentation, for small nonlinear systems, it could be faster to use the

0 commit comments

Comments
 (0)