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

Comparing ray/src/px/pcond3.c (file contents):
Revision 3.2 by greg, Thu Oct 10 17:09:26 1996 UTC vs.
Revision 3.3 by greg, Fri Oct 11 10:47:00 1996 UTC

# Line 13 | Line 13 | static char SCCSid[] = "$SunId$ LBL";
13  
14   #define CVRATIO         0.025           /* fraction of pixels allowed > env. */
15  
16 #define BotMesopic      5.62e-3         /* top of scotopic range */
17 #define TopMesopic      5.62            /* bottom of photopic range */
18
16   #define exp10(x)        exp(2.302585093*(x))
17  
18   int     modhist[HISTRES];               /* modified histogram */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines