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

Comparing ray/src/util/rmtxcomb.c (file contents):
Revision 2.4 by greg, Wed Dec 6 17:57:34 2023 UTC vs.
Revision 2.5 by greg, Fri Dec 8 00:12:31 2023 UTC

# Line 89 | Line 89 | checkreffile(ROPMAT *rop)
89                  fclose(fp);
90                  curRF = rop->preop.csym;
91          }
92 <        if ((refm.ncomp == 3) & (refm.dtype != DTspec)) {
92 >        if (refm.ncomp == 3) {
93                  rop->preop.csym = (refm.dtype == DTxyze) ? "XYZ" : "RGB";
94                  return(checksymbolic(rop));
95          }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines