* 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)
 * 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.


No differences found