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

Comparing ray/src/rt/raycalls.c (file contents):
Revision 2.22 by greg, Wed Nov 2 22:09:14 2016 UTC vs.
Revision 2.23 by greg, Tue Jan 23 23:37:11 2018 UTC

# Line 272 | Line 272 | ray_save(                      /* save current parameter settings */
272                  if (ndx+len >= sizeof(rp->amblval))
273                          break;
274                  strcpy(rp->amblval+ndx, amblist[i]);
275 +                rp->amblndx[i] = ndx;
276                  ndx += len+1;
277          }
278          while (i <= AMBLLEN)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines