From 7c6670f4f47571039959827fbe0833764753e1fe Mon Sep 17 00:00:00 2001 From: tradke Date: Tue, 7 Jan 2003 15:39:44 +0000 Subject: Fixed typos from last commit. git-svn-id: http://svn.cactuscode.org/flesh/trunk@3076 17b73243-c579-4c4c-a9d2-2d5706c11dac --- src/include/cctk_Complex.h | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'src/include/cctk_Complex.h') diff --git a/src/include/cctk_Complex.h b/src/include/cctk_Complex.h index 79a7b00b..2cd8d482 100644 --- a/src/include/cctk_Complex.h +++ b/src/include/cctk_Complex.h @@ -59,10 +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 +#define CCTK_CmplxSin CCTK_Cmplx8Sin +#define CCTK_CmplxCos CCTK_Cmplx8Cos +#define CCTK_CmplxExp CCTK_Cmplx8Exp +#define CCTK_CmplxSqrt CCTK_Cmplx8Sqrt #elif CCTK_REAL_PRECISION_8 #define CCTK_Cmplx CCTK_Cmplx16 #define CCTK_CmplxReal CCTK_Cmplx16Real @@ -73,10 +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 +#define CCTK_CmplxSin CCTK_Cmplx16Sin +#define CCTK_CmplxCos CCTK_Cmplx16Cos +#define CCTK_CmplxExp CCTK_Cmplx16Exp +#define CCTK_CmplxSqrt CCTK_Cmplx16Sqrt #elif CCTK_REAL_PRECISION_16 #define CCTK_Cmplx CCTK_Cmplx32 #define CCTK_CmplxReal CCTK_Cmplx32Real @@ -87,10 +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 +#define CCTK_CmplxSin CCTK_Cmplx32Sin +#define CCTK_CmplxCos CCTK_Cmplx32Cos +#define CCTK_CmplxExp CCTK_Cmplx32Exp +#define CCTK_CmplxSqrt CCTK_Cmplx32Sqrt #endif #ifdef __cplusplus -- cgit v1.2.3