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.21 by greg, Sat Feb 22 02:07:27 2003 UTC vs.
Revision 2.22 by greg, Tue Feb 25 00:26:05 2003 UTC

# Line 1 | Line 1
1   #ifndef lint
2 < static const char       RCSid[] = "$Id$";
2 > static const char RCSid[] = "$Id$";
3   #endif
4   /*
5   *  pfilt.c - program to post-process picture file.
# Line 22 | Line 22 | extern float  *matchlamp();
22  
23   #define  FEQ(a,b)       ((a) >= .98*(b) && (a) <= 1.02*(b))
24  
25 < double   CHECKRAD = 1.5;        /* radius to check for filtering */
25 > double   CHECKRAD = 2.0;        /* radius to check for filtering */
26  
27   #define  THRESHRAD      5.0     /* maximum sample spread in output */
28  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines