Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ift
NIFTy
Commits
fb4362ec
Commit
fb4362ec
authored
Jan 17, 2019
by
Martin Reinecke
Browse files
fix
parent
1c678671
Changes
1
Show whitespace changes
Inline
Side-by-side
nifty5/fft.py
View file @
fb4362ec
...
@@ -25,10 +25,12 @@ _fft_extra_args = {}
...
@@ -25,10 +25,12 @@ _fft_extra_args = {}
def
enable_fftw
():
def
enable_fftw
():
global
_use_fftw
_use_fftw
=
True
_use_fftw
=
True
def
disable_fftw
():
def
disable_fftw
():
global
_use_fftw
_use_fftw
=
False
_use_fftw
=
False
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment