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 1.1 by greg, Thu Feb 2 11:16:28 1989 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 */
# Line 36 | Line 38 | main(argc, argv)
38   int  argc;
39   char  **argv;
40   {
39        double  atof();
41          int  an;
42          
43          if (argc < 4)
# Line 102 | Line 103 | userr:
103  
104  
105   readverts(fname)                /* read vertices from a file */
106 < FILE  *fname;
106 > char  *fname;
107   {
108          FILE  *fp;
109  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines