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

Comparing ray/src/common/calfunc.c (file contents):
Revision 2.21 by greg, Mon Jun 10 13:56:52 2019 UTC vs.
Revision 2.22 by greg, Mon Jun 10 16:52:27 2019 UTC

# Line 71 | Line 71 | static LIBR  library[MAXLIB] = {
71      { "tan", 1, ':', l_tan },
72   };
73  
74 < static int  libsize = 16;
74 > static int  libsize = 18;
75  
76   #define  resolve(ep)    ((ep)->type==VAR?(ep)->v.ln:argf((ep)->v.chan))
77  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines