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

Comparing ray/src/gen/gensurf.c (file contents):
Revision 2.23 by greg, Sat Jan 28 23:09:24 2017 UTC vs.
Revision 2.24 by greg, Fri Jan 12 00:50:17 2018 UTC

# Line 86 | Line 86 | char  *argv[];
86          int  i, j, m, n;
87          char  stmp[256];
88  
89 +        esupport |= E_VARIABLE|E_FUNCTION|E_RCONST;
90 +        esupport &= ~(E_OUTCHAN|E_INCHAN);
91          varset("PI", ':', PI);
92          funset("hermite", 5, ':', l_hermite);
93          funset("bezier", 5, ':', l_bezier);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines