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

Comparing ray/src/px/mx3.h (file contents):
Revision 2.4 by schorsch, Mon Jun 30 14:59:12 2003 UTC vs.
Revision 2.5 by schorsch, Mon Jul 14 22:24:00 2003 UTC

# Line 1 | Line 1
1   /* RCSid: $Id$ */
2 < #ifndef MX3_HDR
3 < #define MX3_HDR
2 > #ifndef _RAD_MX3_H_
3 > #define _RAD_MX3_H_
4  
5   #include <string.h>
6  
7 + #ifdef __cplusplus
8 + extern "C" {
9 + #endif
10 +
11   #define mx3_copy(a, b) memcpy(b, a, 3*3*sizeof(double))
12  
13   /* FLOAT VERSIONS */
# Line 30 | Line 34 | void  mx3d_transform(/* p, a, q */);
34   double  mx3d_transform_div(/* p, a, q */);
35   #define mx3d_copy(a, b) memcpy(b, a, 3*3*sizeof(double))
36  
37 + #ifdef __cplusplus
38 + }
39   #endif
40 + #endif /* _RAD_MX3_H_ */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines