From: Shikano M. <sh...@us...> - 2015-12-28 05:25:53
|
Update of /cvsroot/sp-tk/SPTK/src/bin/fftcep In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv28805 Modified Files: _fftcep.c Log Message: Modification of the type Index: _fftcep.c =================================================================== RCS file: /cvsroot/sp-tk/SPTK/src/bin/fftcep/_fftcep.c,v retrieving revision 1.18 retrieving revision 1.19 diff -C2 -d -r1.18 -r1.19 *** _fftcep.c 16 Dec 2015 07:05:06 -0000 1.18 --- _fftcep.c 28 Dec 2015 05:25:50 -0000 1.19 *************** *** 74,78 **** double temp; static double *x = NULL, *y; ! static double size; int k; --- 74,78 ---- double temp; static double *x = NULL, *y; ! static int size; int k; |