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

Comparing ray/src/gen/genworm.c (file contents):
Revision 1.9 by greg, Tue Aug 13 16:07:12 1991 UTC vs.
Revision 1.10 by greg, Mon Oct 28 16:13:30 1991 UTC

# Line 25 | Line 25 | static char SCCSid[] = "$SunId$ LBL";
25  
26   #define  PI             3.14159265358979323846
27  
28 #define  FTINY          1e-7
29
28   #define  max(a,b)       ((a) > (b) ? (a) : (b))
29  
30  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines