ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/common/interp2d.c
(Generate patch)

Comparing ray/src/common/interp2d.c (file contents):
Revision 2.14 by greg, Fri Jun 6 00:56:42 2014 UTC vs.
Revision 2.15 by greg, Sat Feb 13 16:49:18 2021 UTC

# Line 70 | Line 70 | interp2_alloc(int nsamps)
70          nip->ns = nsamps;
71          nip->dmin = 1;          /* default minimum diameter */
72          nip->smf = NI2DSMF;     /* default smoothing factor */
73 +        nip->c_data = NULL;
74          nip->da = NULL;
75                                  /* caller must assign spt[] array */
76          return(nip);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines