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

Comparing ray/src/rt/t_data.c (file contents):
Revision 2.11 by greg, Tue Jul 8 18:25:00 2014 UTC vs.
Revision 2.12 by greg, Wed Nov 15 18:02:53 2023 UTC

# Line 38 | Line 38 | t_data(                        /* interpolate texture data */
38   {
39          int  nv;
40          FVECT  disp;
41 <        double  dval[3], pt[MAXDIM];
41 >        double  dval[3], pt[MAXDDIM];
42          double  d;
43          DATARRAY  *dp;
44          MFUNC  *mf;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines