kfc works

This commit is contained in:
Mark Borgerding
2003-12-29 16:46:27 +00:00
parent cd94cd1ed0
commit 630089ded6
4 changed files with 13 additions and 11 deletions

View File

@ -36,8 +36,8 @@ def main():
usage: compfft.py
-n nfft
-u utilname : see sample_code/fftutil.c
-R : real-optimized version
""")
-R : real-optimized version\n""")
sys.exit(1)
x = randbuf(n,cpx)