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.34 by greg, Sat Dec 28 18:05:14 2019 UTC vs.
Revision 2.35 by greg, Thu Dec 7 21:15:54 2023 UTC

# Line 11 | Line 11 | static const char RCSid[] = "$Id$";
11   #include  "copyright.h"
12  
13   #include  <signal.h>
14 <
14 > #include  "pfilt.h"
15   #include  "platform.h"
16 #include  "standard.h"
17 #include  "rtio.h"
18 #include  "color.h"
19 #include  "view.h"
16   #include  "paths.h"
17 < #include  "pfilt.h"
22 <
17 > #include  "view.h"
18  
19   #define  FEQ(a,b)       ((a) >= .98*(b) && (a) <= 1.02*(b))
20  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines