From: unknown Date: Tue, 1 Apr 2008 10:28:47 +0000 (+0200) Subject: * Add a missing ! in write_output_regular(). X-Git-Url: https://git.stderr.nl/gitweb?a=commitdiff_plain;h=81823b7486c210898290292ed87142a89c496946;hp=81823b7486c210898290292ed87142a89c496946;p=matthijs%2Fprojects%2Fmontium-fft.git * Add a missing ! in write_output_regular(). * Use while loops instead of do while, since loop_next checks for zero before decrementing, not after. Regular FFT seems to work now, though there seem to be quite some rounding errors. Testing a larger FFT is hard, since decoding the results is still manual. ---