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

Comparing ray/src/px/pfilt.c (file contents):
Revision 2.2 by greg, Thu Dec 19 14:51:52 1991 UTC vs.
Revision 2.3 by greg, Tue Sep 8 15:33:08 1992 UTC

# Line 18 | Line 18 | static char SCCSid[] = "$SunId$ LBL";
18  
19   #include  "resolu.h"
20  
21 + #include  "paths.h"
22 +
23   extern char  *malloc();
24   extern float  *matchlamp();
25  
# Line 45 | Line 47 | int  npts = 0;                 /* (half) number of points for stars
47  
48   double  spread = 1e-4;          /* spread for star points */
49  
48 #define  TEMPLATE       "/usr/tmp/pfXXXXXX"
49
50   char  *tfname = NULL;
51  
52   char  *lampdat = "lamp.tab";    /* lamp data file */
# Line 72 | Line 72 | main(argc, argv)
72   int  argc;
73   char  **argv;
74   {
75        extern char  *mktemp();
75          extern double  pow();
76          extern long  ftell();
77          extern int  quit(), headline();

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines