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

Comparing ray/src/common/ccyrgb.c (file contents):
Revision 3.2 by greg, Tue Jun 28 21:11:04 2011 UTC vs.
Revision 3.3 by greg, Thu May 17 17:10:23 2012 UTC

# Line 43 | Line 43 | rgb2ccy(COLOR cin, C_COLOR *cout)
43          cout->cx = xyz[CIEX]*df;
44          cout->cy = xyz[CIEZ]*df;
45          cout->flags = (C_CSXY|C_CDXY);
46 +        cout->clock++;
47  
48          return(xyz[CIEY]);
49   }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines