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 2.3 by greg, Thu Nov 18 09:33:07 1993 UTC

# Line 15 | Line 15 | static char SCCSid[] = "$SunId$ LBL";
15   */
16  
17   #include  <stdio.h>
18 <
18 > #include  <math.h>
19   #include  "fvect.h"
20  
21   #define  XNAME          "X`SYS`"                /* x function name */
# 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  
# Line 138 | Line 136 | char  *msg;
136  
137  
138   quit(code)
139 + int  code;
140   {
141          exit(code);
142   }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines