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

Comparing ray/src/common/color.h (file contents):
Revision 2.43 by greg, Fri Dec 15 03:42:31 2023 UTC vs.
Revision 2.44 by greg, Sat Dec 16 01:00:02 2023 UTC

# Line 107 | Line 107 | typedef float  COLORMAT[3][3]; /* color coordinate con
107  
108   #define  scolrblack(c)          memset(c,0,LSCOLR)
109  
110 < #define  scolorblack(c)         memset(c,0,sizeof(COLORV)*MAXCSAMP)
110 > #define  scolorblack(c)         memset(c,0,sizeof(COLORV)*NCSAMP)
111  
112   #define scolor_color(col,scol)  scolor2color(col,scol,NCSAMP,WLPART)
113   #define scolor_colr(clr,scol)   scolor2colr(clr,scol,NCSAMP,WLPART)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines