summaryrefslogtreecommitdiff
path: root/src/include/cctk_Complex.h
diff options
context:
space:
mode:
authortradke <tradke@17b73243-c579-4c4c-a9d2-2d5706c11dac>2003-01-07 15:39:44 +0000
committertradke <tradke@17b73243-c579-4c4c-a9d2-2d5706c11dac>2003-01-07 15:39:44 +0000
commit7c6670f4f47571039959827fbe0833764753e1fe (patch)
tree85bfbe3b18e2292ab1040e6a666397299227816d /src/include/cctk_Complex.h
parentbb53dd0c462e96bfa5a95c1c5a93926fe92cb98a (diff)
Fixed typos from last commit.
git-svn-id: http://svn.cactuscode.org/flesh/trunk@3076 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'src/include/cctk_Complex.h')
-rw-r--r--src/include/cctk_Complex.h24
1 files changed, 12 insertions, 12 deletions
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