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

Comparing ray/src/px/pf2.c (file contents):
Revision 2.9 by greg, Thu Apr 21 03:11:55 2022 UTC vs.
Revision 2.10 by greg, Thu Dec 7 21:15:54 2023 UTC

# Line 5 | Line 5 | static const char      RCSid[] = "$Id$";
5   *  pf2.c - routines used by pfilt.
6   */
7  
8 #include  <stdio.h>
9 #include  <stdlib.h>
10 #include  <math.h>
11
12 #include  "rterror.h"
13 #include  "random.h"
14 #include  "color.h"
8   #include  "pfilt.h"
9 <
17 < #define  PI             3.14159265359
18 < #define  FTINY          (1e-6)
9 > #include  "random.h"
10  
11   #define  AVGLVL         0.5     /* target mean brightness */
12  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines