Skip to content

Commit b03b0be

Browse files
authored
Update fftw.md
1 parent 42e1130 commit b03b0be

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

docs/src/tutorials/fftw.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -118,8 +118,3 @@ Dx = cache_operator(Dx, x)
118118
@show ≈(Dx * u, du; atol=1e-8)
119119
@show ≈(mul!(copy(u), Dx, u), du; atol=1e-8)
120120
```
121-
122-
```@example fft_explanation
123-
≈(Dx * u, du; atol = 1.0e-8) = true
124-
≈(mul!(copy(u), Dx, u), du; atol = 1.0e-8) = true
125-
```

0 commit comments

Comments
 (0)