ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/JSOC/proj/libs/interpolate/tinterpolate.h
(Generate patch)

Comparing proj/libs/interpolate/tinterpolate.h (file contents):
Revision 1.7 by schou, Wed Sep 8 00:04:45 2010 UTC vs.
Revision 1.8 by arta, Tue Dec 6 18:11:03 2011 UTC

# Line 17 | Line 17 | int tinterpolate(
17    int method, // Interpolation method
18    char **filenamep, // Pointer to name of file to read covariance from.
19                     // Set to actual file used if method > 0.
20 <  float fillval // Value to use if not enough points present
20 >  float fillval, // Value to use if not enough points present
21 >  const char *path // to data files read by this function.
22   );
23  
24   int taverage(
# Line 40 | Line 41 | int taverage(
41    int hwidth, // Window width in units of tspace. Total width is 2*hwidth+1
42    double par1, // In units of tspace. Meaning depends on avmethod.
43    double par2, // In units of tspace. Meaning depends on avmethod.
44 <  float fillval // Value to use if not enough points present
44 >  float fillval, // Value to use if not enough points present
45 >  const char *path // to data files read by this function.
46   );
47  
48   char *tinterpolate_version(); // Returns CVS version of tinterpolate.c

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines