Skip to content

Commit

Permalink
Merge pull request #249 from FourierFlows/ncc/FFTW-cleanup
Browse files Browse the repository at this point in the history
Removes unused imports of FFTW.jl
  • Loading branch information
navidcy authored Jun 4, 2021
2 parents 50a89a3 + 98c82a8 commit bb88f49
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion docs/Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
[deps]
CUDA = "052768ef-5323-5732-b1bb-66c8b64840ba"
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
FFTW = "7a1cc6ca-52ef-59f5-83cd-3a7055c09341"
FourierFlows = "2aec4490-903f-5c70-9b11-9bed06a700e1"
Literate = "98b081ad-f1c9-55d3-8b20-4c87d4299306"
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
Expand Down
1 change: 0 additions & 1 deletion examples/Project.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
[deps]
CUDA = "052768ef-5323-5732-b1bb-66c8b64840ba"
FFTW = "7a1cc6ca-52ef-59f5-83cd-3a7055c09341"
GeophysicalFlows = "44ee3b1c-bc02-53fa-8355-8e347616e15e"
JLD2 = "033835bb-8acc-5ee8-8aae-3f567f8a3819"
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
Expand Down
1 change: 0 additions & 1 deletion src/multilayerqg.jl
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ using

@reexport using FourierFlows

using FFTW: rfft, irfft
using FourierFlows: parsevalsum, parsevalsum2, superzeros, plan_flows_rfft

nothingfunction(args...) = nothing
Expand Down
1 change: 0 additions & 1 deletion src/singlelayerqg.jl
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ using

@reexport using FourierFlows

using FFTW: rfft
using LinearAlgebra: mul!, ldiv!
using FourierFlows: parsevalsum, parsevalsum2

Expand Down
1 change: 0 additions & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ using
GeophysicalFlows,
Statistics,
Random,
FFTW,
Test

import # use 'import' rather than 'using' for submodules to keep namespace clean
Expand Down

2 comments on commit bb88f49

@navidcy
Copy link
Member Author

@navidcy navidcy commented on bb88f49 Jun 5, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request updated: JuliaRegistries/General/38135

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.13.0 -m "<description of version>" bb88f49db31b7eb170c14e515a0364191894fcac
git push origin v0.13.0

Please sign in to comment.