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
Main Repositories
otb
Commits
17a5eccd
Commit
17a5eccd
authored
Nov 28, 2018
by
Antoine Regimbeau
Browse files
BUG: clean up threads at the end of the test
parent
0c11b161
Changes
1
Hide whitespace changes
Inline
Side-by-side
Modules/Feature/Descriptors/test/otbFourierMellinImageFilter.cxx
View file @
17a5eccd
...
...
@@ -89,6 +89,7 @@ int otbFourierMellinImageFilter(int itkNotUsed(argc), char* argv[])
imaginaryWriter
->
SetInput
(
imaginaryRescaler
->
GetOutput
());
imaginaryWriter
->
Update
();
// Hugly hack for cleaning fftw threads
fftw_cleanup_threads
();
return
EXIT_SUCCESS
;
}
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