![]() ![]() |
![]() |
version 1.2, 2010/03/17 02:24:34 | version 1.3, 2010/03/19 18:33:36 | ||
---|---|---|---|
|
| ||
#define fint_cubic_conv 3 | #define fint_cubic_conv 3 | ||
#define corfile1 DEFS_MKPATH("/data/acor1d_80x100_double.txt") | #define corfile1 DEFS_MKPATH("/data/acor1d_80x100_double.txt") | ||
double sinc(double x) | static double sinc(double x) | ||
{ | { | ||
if (fabs(x) < (1.e-10)) | if (fabs(x) < (1.e-10)) | ||
return 1.; | return 1.; |
|
Karen Tian |
Powered by ViewCVS 0.9.4 |