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.7 by greg, Tue Feb 25 02:47:22 2003 UTC vs.
Revision 3.8 by schorsch, Fri Jun 6 16:38:47 2003 UTC

# Line 2 | Line 2
2   /*
3   * Private header file for tone mapping routines.
4   */
5 + #ifndef _RAD_TMPRIVAT_H_
6 + #define _RAD_TMPRIVAT_H_
7 + #ifdef __cplusplus
8 + extern "C" {
9 + #endif
10  
11   #include "copyright.h"
12  
# Line 11 | Line 16
16   #include        "color.h"
17   #include        "tonemap.h"
18  
14 #ifdef __cplusplus
15 extern "C" {
16 #endif
17
19                                  /* required constants */
20   #ifndef M_LN2
21   #define M_LN2           0.69314718055994530942
# Line 80 | Line 81 | extern void    tmMkMesofact();                 /* build tmMesofact */
81                          &&FEQ((p1)[2][0],(p2)[2][0])&&FEQ((p1)[2][1],(p2)[2][1])\
82                          &&FEQ((p1)[3][0],(p2)[3][0])&&FEQ((p1)[3][1],(p2)[3][1]))
83  
84 +
85   #ifdef __cplusplus
86   }
87   #endif
88 + #endif /* _RAD_TMPRIVAT_H_ */
89 +

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines