From: fujishita t. <fjs...@us...> - 2017-01-30 07:13:04
|
Update of /cvsroot/sp-tk/SPTK/src/bin/fig+fdrw In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv19881 Modified Files: fdrw.c Log Message: modify buffer size Index: fdrw.c =================================================================== RCS file: /cvsroot/sp-tk/SPTK/src/bin/fig+fdrw/fdrw.c,v retrieving revision 1.32 retrieving revision 1.33 diff -C2 -d -r1.32 -r1.33 *** fdrw.c 22 Dec 2016 10:53:03 -0000 1.32 --- fdrw.c 30 Jan 2017 07:13:02 -0000 1.33 *************** *** 119,123 **** #define YMIN -1.0 #define YMAX 1.0 ! #define BUF_LNG 5000 #define H 2.5 #define SC 1.5 --- 119,123 ---- #define YMIN -1.0 #define YMAX 1.0 ! #define BUF_LNG 1000000 #define H 2.5 #define SC 1.5 |