Skip to content

Commit

Permalink
Update fftw.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikQQY authored Dec 11, 2023
1 parent 42e1130 commit b03b0be
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions docs/src/tutorials/fftw.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,3 @@ Dx = cache_operator(Dx, x)
@show ≈(Dx * u, du; atol=1e-8)
@show ≈(mul!(copy(u), Dx, u), du; atol=1e-8)
```

```@example fft_explanation
≈(Dx * u, du; atol = 1.0e-8) = true
≈(mul!(copy(u), Dx, u), du; atol = 1.0e-8) = true
```

0 comments on commit b03b0be

Please sign in to comment.