Skip to content

Commit

Permalink
Update SC_fftlib.cpp
Browse files Browse the repository at this point in the history
add FFTW debug posting
  • Loading branch information
dyfer committed Jan 6, 2020
1 parent 9505010 commit e63a7ff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions common/SC_fftlib.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,7 @@ static bool scfft_global_initialization(void) {
}
fftwf_free(buffer1);
fftwf_free(buffer2);
// printf("SC FFT global init: FFTW initialised.\n");
#endif
return false;
}
Expand Down

0 comments on commit e63a7ff

Please sign in to comment.