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

Comparing ray/src/util/rmtxop.c (file contents):
Revision 2.28 by greg, Sun Dec 3 02:28:33 2023 UTC vs.
Revision 2.29 by greg, Sun Dec 3 03:44:42 2023 UTC

# Line 103 | Line 103 | checkreffile(ROPMAT *rop)
103                  for (j = refm.ncomp; j-- > 0; )
104                          rop->preop.cmat[j*nc + i] = scresp[j];
105          }
106 +        memcpy(rop->mtx->wlpart, refm.wlpart, sizeof(rop->mtx->wlpart));
107          return(0);
108   }
109  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines