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

Comparing ray/src/rt/rtrace.c (file contents):
Revision 2.108 by greg, Sat Nov 18 16:21:58 2023 UTC vs.
Revision 2.109 by greg, Sat Nov 18 16:24:06 2023 UTC

# Line 87 | Line 87 | static double nextray(FVECT org, FVECT dir);
87   static void tabin(RAY *r);
88   static void ourtrace(RAY *r);
89  
90 < static void  putscolor(const COLORV *scol);
90 > static void  putscolor(COLORV *scol);
91  
92   static oputf_t *ray_out[32], *every_out[32];
93   static putf_t *putreal;
# Line 959 | Line 959 | putf(RREAL *v, int n)          /* output binary float(s) */
959  
960  
961   static void
962 < putscolor(const COLORV *scol)           /* output (spectral) color */
962 > putscolor(COLORV *scol)         /* output (spectral) color */
963   {
964          static COLORMAT xyz2myrgbmat;
965          SCOLOR          my_scol;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines