aboutsummaryrefslogtreecommitdiff
path: root/modules/bfft~.c
diff options
context:
space:
mode:
authorTom Schouten <doelie@users.sourceforge.net>2006-08-15 15:11:52 +0000
committerTom Schouten <doelie@users.sourceforge.net>2006-08-15 15:11:52 +0000
commit4a83a80c044c9613bd50a63dd9ac5a97e2c028b5 (patch)
treeb424886f7e10d928a27ae16a64d577d749768a4d /modules/bfft~.c
parent55ba904ccef240df1056157e4a376d4cb1eb476d (diff)
creb 0.9.2 import
svn path=/trunk/externals/creb/; revision=5607
Diffstat (limited to 'modules/bfft~.c')
-rw-r--r--modules/bfft~.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/modules/bfft~.c b/modules/bfft~.c
index 750f020..b57f028 100644
--- a/modules/bfft~.c
+++ b/modules/bfft~.c
@@ -1,7 +1,8 @@
/*
- * bfft.c - code for some fourrier transform variants and utility functions
- * data organization is in (real, imag) pairs
- * the first 2 components are (DC, NY)
+ * bfft.c - Code for some fourrier transform variants and utility
+ * functions. Data organization is in (real, imag) pairs the first 2
+ * components are (DC, NY)
+ *
* Copyright (c) 2000-2003 by Tom Schouten
*
* This program is free software; you can redistribute it and/or modify