ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/SHAPES/FST_semi_memo.h
(Generate patch)

Comparing trunk/SHAPES/FST_semi_memo.h (file contents):
Revision 1287 by chrisfen, Wed Jun 23 20:18:48 2004 UTC vs.
Revision 1289 by chrisfen, Wed Jun 23 20:48:08 2004 UTC

# Line 41 | Line 41
41   #ifndef _FSTSEMI_MEMO_H
42   #define _FSTSEMI_MEMO_H
43  
44 + #ifdef __cplusplus
45 + extern "C" {
46 + #endif /* __cplusplus */
47  
48   #define compmult(a,b,c,d,e,f) (e) = ((a)*(c))-((b)*(d)); (f) = ((a)*(d))+((b)*(c))
49  
# Line 88 | Line 91 | extern void Conv2Sphere_semi_memo( double *, double *,
91                                     int ,
92                                     double *);
93  
94 + #ifdef __cplusplus
95 + }
96 + #endif /* __cplusplus */
97  
98   #endif /* _FSTSEMI_MEMO_H */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines