diff TODO @ 98:ca40a0dc29d6

Removed fftw_plan from xtraction functions. Created new init function xtract_init_fft() for creating plans, which have global scope. Updated examples to reflect the change. New configure option: --with-fft_optimisation (0 = FFTW_ESTIMATE, 1 = FFTW_MEASURE, 2 = FFTW_PATIENT).
author Jamie Bullock <jamie@postlude.co.uk>
date Sat, 06 Oct 2007 16:36:00 +0000
parents 5fadbacdb2a7
children a32738e9d955
line wrap: on
line diff
--- a/TODO	Thu Oct 04 14:29:30 2007 +0000
+++ b/TODO	Sat Oct 06 16:36:00 2007 +0000
@@ -12,3 +12,4 @@
 Check and add return values as appropriate. Make them more sensible!
 ...do other stuff and eventually...
 ...optimise!
+Use the fftw guru interface to create multipurpose global plans from xtract_fft_init()