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

Comparing ray/src/gen/genprism.c (file contents):
Revision 2.2 by greg, Thu Dec 19 15:08:51 1991 UTC vs.
Revision 2.3 by greg, Fri Jun 4 14:32:05 1993 UTC

# Line 16 | Line 16 | static char SCCSid[] = "$SunId$ LBL";
16  
17   #include  <stdio.h>
18  
19 + #include  <math.h>
20 +
21   #include  <ctype.h>
22  
23   #define  MAXVERT        1024            /* maximum # vertices */
22
23 #ifndef atof
24 extern double  atof();
25 #endif
24  
25   char  *pmtype;          /* material type */
26   char  *pname;           /* name */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines