Skip to content
Snippets Groups Projects
Commit 9a90e9a4 authored by Jan Thorbecke's avatar Jan Thorbecke
Browse files

bug in cc1fft

parent ddceaba4
No related branches found
No related tags found
No related merge requests found
......@@ -64,8 +64,8 @@ void cc1fft(complex *data, int n, int sign)
static DFTI_DESCRIPTOR_HANDLE handle[MAX_NUMTHREADS];
static int nprev[MAX_NUMTHREADS];
MKL_LONG Status;
int id;
#endif
int id;
#ifdef _OPENMP
id = omp_get_thread_num();
......
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