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

Comparing ray/src/common/vars.h (file contents):
Revision 2.1 by greg, Tue Dec 12 13:26:35 1995 UTC vs.
Revision 2.2 by greg, Fri Jan 5 14:42:13 1996 UTC

# Line 38 | Line 38 | extern char    *nvalue();
38   #define vdef(vc)        (vv[vc].nass)
39   #define vval(vc)        (vv[vc].value)
40   #define vint(vc)        atoi(vval(vc))
41 + #define vflt(vc)        atof(vval(vc))
42   #define vlet(vc)        UPPER(vval(vc)[0])
43   #define vscale          vlet
44   #define vbool(vc)       (vlet(vc)=='T')

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines