Skip to content
Snippets Groups Projects
Commit 827ed710 authored by Guillaume Pasero's avatar Guillaume Pasero
Browse files

Merge branch 'quickfix_MellinTest' into 'develop'

BUG:  Quick fix for Mellin test

See merge request orfeotoolbox/otb!304
parents 52ece23f 17a5eccd
No related branches found
No related tags found
No related merge requests found
......@@ -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;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment