From bb53dd0c462e96bfa5a95c1c5a93926fe92cb98a Mon Sep 17 00:00:00 2001 From: tradke Date: Tue, 7 Jan 2003 15:28:37 +0000 Subject: Added missing prototypes for CCTK_Cmplx{Sin,Cos,Exp,Sqrt}(). git-svn-id: http://svn.cactuscode.org/flesh/trunk@3075 17b73243-c579-4c4c-a9d2-2d5706c11dac --- src/include/cctk_Complex.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'src/include/cctk_Complex.h') diff --git a/src/include/cctk_Complex.h b/src/include/cctk_Complex.h index 52094a27..79a7b00b 100644 --- a/src/include/cctk_Complex.h +++ b/src/include/cctk_Complex.h @@ -59,6 +59,10 @@ DECLARE_CMPLX_FUNCTIONS (CCTK_Cmplx32, CCTK_REAL16, CCTK_COMPLEX32) #define CCTK_CmplxSub CCTK_Cmplx8Sub #define CCTK_CmplxMul CCTK_Cmplx8Mul #define CCTK_CmplxDiv CCTK_Cmplx8Div +#define CCTK_CmplxDiv CCTK_Cmplx8Sin +#define CCTK_CmplxDiv CCTK_Cmplx8Cos +#define CCTK_CmplxDiv CCTK_Cmplx8Exp +#define CCTK_CmplxDiv CCTK_Cmplx8Sqrt #elif CCTK_REAL_PRECISION_8 #define CCTK_Cmplx CCTK_Cmplx16 #define CCTK_CmplxReal CCTK_Cmplx16Real @@ -69,6 +73,10 @@ DECLARE_CMPLX_FUNCTIONS (CCTK_Cmplx32, CCTK_REAL16, CCTK_COMPLEX32) #define CCTK_CmplxSub CCTK_Cmplx16Sub #define CCTK_CmplxMul CCTK_Cmplx16Mul #define CCTK_CmplxDiv CCTK_Cmplx16Div +#define CCTK_CmplxDiv CCTK_Cmplx16Sin +#define CCTK_CmplxDiv CCTK_Cmplx16Cos +#define CCTK_CmplxDiv CCTK_Cmplx16Exp +#define CCTK_CmplxDiv CCTK_Cmplx16Sqrt #elif CCTK_REAL_PRECISION_16 #define CCTK_Cmplx CCTK_Cmplx32 #define CCTK_CmplxReal CCTK_Cmplx32Real @@ -79,6 +87,10 @@ DECLARE_CMPLX_FUNCTIONS (CCTK_Cmplx32, CCTK_REAL16, CCTK_COMPLEX32) #define CCTK_CmplxSub CCTK_Cmplx32Sub #define CCTK_CmplxMul CCTK_Cmplx32Mul #define CCTK_CmplxDiv CCTK_Cmplx32Div +#define CCTK_CmplxDiv CCTK_Cmplx32Sin +#define CCTK_CmplxDiv CCTK_Cmplx32Cos +#define CCTK_CmplxDiv CCTK_Cmplx32Exp +#define CCTK_CmplxDiv CCTK_Cmplx32Sqrt #endif #ifdef __cplusplus -- cgit v1.2.3