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

Comparing ray/src/gen/genrev.c (file contents):
Revision 2.10 by greg, Sat Oct 11 04:39:34 2008 UTC vs.
Revision 2.11 by greg, Fri Jan 12 00:50:17 2018 UTC

# Line 99 | Line 99 | char  *argv[];
99          int  i, nseg;
100          int  orient;
101  
102 +        esupport |= E_VARIABLE|E_FUNCTION|E_RCONST;
103 +        esupport &= ~(E_OUTCHAN|E_INCHAN);
104          varset("PI", ':', PI);
105          funset("hermite", 5, ':', l_hermite);
106          funset("bezier", 5, ':', l_bezier);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines