Skip to content

Commit

Permalink
Update test_r2c_2d_cxx.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
ShatrovOA committed Jan 27, 2025
1 parent c906854 commit 52e50b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/c/test_r2c_2d_cxx.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ int main(int argc, char *argv[])
dtfft_executor_t executor_type;
#ifdef DTFFT_WITH_MKL
executor_type = DTFFT_EXECUTOR_MKL;
#else
#elif defined(DTFFT_WITH_FFTW )
executor_type = DTFFT_EXECUTOR_FFTW3;
#endif

Expand Down

0 comments on commit 52e50b9

Please sign in to comment.