mirror of
https://github.com/mborgerding/kissfft.git
synced 2025-07-18 21:14:24 -04:00
getting ready for v100
This commit is contained in:
@ -93,7 +93,5 @@ void kf_work(
|
||||
);
|
||||
|
||||
/* a debugging function */
|
||||
static void pcpx( kiss_fft_cpx * c)
|
||||
{
|
||||
fprintf(stderr,"%g + %gi\n",(double)(c->r),(double)(c->i) );
|
||||
}
|
||||
#define pcpx(c)\
|
||||
fprintf(stderr,"%g + %gi\n",(double)((c)->r),(double)((c)->i) )
|
||||
|
Reference in New Issue
Block a user