Skip to content

Commit 0de10b9

Browse files
committed
Update index.md
close #193
1 parent 46cdf49 commit 0de10b9

File tree

1 file changed

+1
-1
lines changed
  • tutorials/introduction-to-cutest

1 file changed

+1
-1
lines changed

tutorials/introduction-to-cutest/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ the tool without arguments will return the complete set of problems.
230230

231231
```julia
232232
using CUTEst # hide
233-
problems = CUTEst.select()
233+
problems = select_sif_problems()
234234
length(problems)
235235
```
236236

0 commit comments

Comments
 (0)