Skip to content

Commit de08518

Browse files
Update docs/src/showcase/brusselator.md
1 parent 58d2f84 commit de08518

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/showcase/brusselator.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ To do this, we use the `MOLFiniteDifference` construct of
144144
[MethodOfLines.jl](https://docs.sciml.ai/MethodOfLines/stable/) as follows:
145145

146146
```@example bruss
147-
N = 16
147+
N = 32
148148
149149
dx = (x_max - x_min) / N
150150
dy = (y_max - y_min) / N

0 commit comments

Comments
 (0)