1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
#ifdef HAVE_CONFIG_H #include "config.h" #endif #ifdef HAVE_LIBFFTW3 #include "fftw++.h" std::ifstream fftw::ifWisdom; std::ofstream fftw::ofWisdom; bool fftw::Wise=false; // User settings: unsigned int fftw::effort=FFTW_PATIENT; const char *fftw::WisdomName=".wisdom"; #endif