Skip to content

Commit db7f53f

Browse files
Update benchmarks/AstroChem/astrochem.jmd
1 parent 6d1db03 commit db7f53f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

benchmarks/AstroChem/astrochem.jmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -381,7 +381,7 @@ refsol = solve(oprob, Rodas5P(), abstol=1e-14, reltol=1e-14)
381381
```
382382

383383
```julia
384-
refsol = solve(oprob, Rodas5P(), abstol=1e-13, reltol=1e-13))
384+
refsol = solve(oprob, Rodas5P(), abstol=1e-13, reltol=1e-13)
385385

386386
# Run Benchmark
387387

0 commit comments

Comments
 (0)