aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/fftease/src/pv.h
diff options
context:
space:
mode:
authorThomas Grill <xovo@users.sourceforge.net>2003-01-09 04:37:24 +0000
committerThomas Grill <xovo@users.sourceforge.net>2003-01-09 04:37:24 +0000
commitfeeb907835c33ec49308a32449dc0b6d07285e2a (patch)
tree7049e5037b1423af69239dca4373f764df76ea74 /externals/grill/fftease/src/pv.h
parent900871454af06db1d751e28cea56f59dc43d3c17 (diff)
""
svn path=/trunk/; revision=329
Diffstat (limited to 'externals/grill/fftease/src/pv.h')
-rw-r--r--externals/grill/fftease/src/pv.h13
1 files changed, 7 insertions, 6 deletions
diff --git a/externals/grill/fftease/src/pv.h b/externals/grill/fftease/src/pv.h
index b945e72e..32f94543 100644
--- a/externals/grill/fftease/src/pv.h
+++ b/externals/grill/fftease/src/pv.h
@@ -8,10 +8,11 @@
#include <stdio.h>
-// -------------------------------------
-// modifications by Thomas Grill
+/* -------------------------------------
+ modifications by Thomas Grill
+*/
-//#include <fts/fts.h>
+/* #include <fts/fts.h> */
#include <math.h>
#ifdef _MSC_VER
@@ -24,7 +25,7 @@
extern "C" {
#endif
-// -------------------------------------
+/* ------------------------------------- */
#define FORWARD 1
@@ -50,11 +51,11 @@ void convert(float *S, float *C, int N2, float *lastphase, float fundamental, f
void unconvert(float *C, float *S, int N2, float *lastphase, float fundamental, float factor );
-// -------------------------------------
+/* ------------------------------------- */
#ifdef __cplusplus
}
#endif
-// -------------------------------------
+/* ------------------------------------- */