(file) Return to finterpolate.c CVS log (file) (dir) Up to [Development] / JSOC / proj / libs / interpolate

Diff for /JSOC/proj/libs/interpolate/finterpolate.c between version 1.2 and 1.3

version 1.2, 2010/03/17 02:24:34 version 1.3, 2010/03/19 18:33:36
Line 15 
Line 15 
 #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.;


Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

Karen Tian
Powered by
ViewCVS 0.9.4