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

Comparing ray/src/cv/mgflib/context.c (file contents):
Revision 1.5 by greg, Fri Jun 24 16:28:15 1994 UTC vs.
Revision 1.6 by greg, Fri Jun 24 17:15:47 1994 UTC

# Line 385 | Line 385 | int    fl;
385  
386          if (clr->flags & fl)            /* already done */
387                  return;
388 <        if (!(clr->flags & (C_SXY|C_SSPEC))     /* nothing set */
388 >        if (!(clr->flags & (C_CSXY|C_CSSPEC)))  /* nothing set */
389                  *clr = c_dfcolor;
390          else if (fl & C_CSXY) {         /* cspec -> cxy */
391                  x = y = z = 0.;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines