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.110 by greg, Mon Dec 11 18:33:53 2023 UTC vs.
Revision 2.111 by greg, Mon Dec 11 18:54:42 2023 UTC

# Line 684 | Line 684 | oputr(                         /* print mirrored contribution */
684          RAY  *r
685   )
686   {
687 <        RREAL   cval[3];
688 <
689 <        cval[0] = colval(r->mcol,RED);
690 <        cval[1] = colval(r->mcol,GRN);
691 <        cval[2] = colval(r->mcol,BLU);
692 <        (*putreal)(cval, 3);
687 >        putscolor(r->mcol);
688   }
689  
690  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines