* Add a missing ! in write_output_regular().
authorunknown <s0042331@.dynamic.ewi.utwente.nl>
Tue, 1 Apr 2008 10:28:47 +0000 (12:28 +0200)
committerunknown <s0042331@.dynamic.ewi.utwente.nl>
Tue, 1 Apr 2008 10:28:47 +0000 (12:28 +0200)
commit81823b7486c210898290292ed87142a89c496946
tree130638e96690ef6d495c2fa7d6d72162015fd05d
parent469f2a3f9d9e4ddd11474e336ab756ca9ebb000c
 * 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.
FFT.mc