Skip to content

Commit

Permalink
Fix doc
Browse files Browse the repository at this point in the history
  • Loading branch information
pnavaro committed Jan 25, 2024
1 parent b27d821 commit 0f147d8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/src/example.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

```@example test
using Plots
using GenericFFT
using FFTW
using VectorSpin
function run()
Expand Down
2 changes: 1 addition & 1 deletion docs/src/spin_ions.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

```@example ions
using GenericFFT
using FFTW
using Plots
using VectorSpin
Expand Down
2 changes: 1 addition & 1 deletion docs/src/srs_without_spin.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ and ``{\mathfrak h}=0``. More details in the section *Numerical experiments* in

```julia
using Plots
using GenericFFT
using FFTW
using ProgressMeter
using VectorSpin
```
Expand Down

0 comments on commit 0f147d8

Please sign in to comment.