coryan/jaybeams

Change FFTW wrappers to always use 'unsigned' for the planner flags

coryan opened this issue · 0 comments

I accidentally used 'int' when the C library uses unsigned. It is confusing to change the type back and forth. We way want to consider using the C++ 11 enums for this purpose too.