ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/common/tmprivat.h
(Generate patch)

Comparing ray/src/common/tmprivat.h (file contents):
Revision 3.23 by greg, Mon Mar 7 20:49:19 2011 UTC vs.
Revision 3.25 by greg, Wed Apr 7 21:13:52 2021 UTC

# Line 26 | Line 26 | extern "C" {
26   #define MINGAM          0.75
27   #define DEFGAM          2.2
28   #define MINLDDYN        2.
29 < #define DEFLDDYN        32.
29 > #define DEFLDDYN        100.
30   #define MINLDMAX        1.
31   #define DEFLDMAX        100.
32  
# Line 59 | Line 59 | extern int     tmNewMap(TMstruct *tms);        /* allocate new to
59   extern int      tmErrorReturn(const char *, TMstruct *, int);
60  
61                                                  /* lookup for mesopic scaling */
62 < extern BYTE     tmMesofact[BMESUPPER-BMESLOWER];
62 > extern uby8     tmMesofact[BMESUPPER-BMESLOWER];
63  
64   extern void     tmMkMesofact(void);                     /* build tmMesofact */
65  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines