summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortradke <tradke@17b73243-c579-4c4c-a9d2-2d5706c11dac>2003-01-07 15:28:37 +0000
committertradke <tradke@17b73243-c579-4c4c-a9d2-2d5706c11dac>2003-01-07 15:28:37 +0000
commitbb53dd0c462e96bfa5a95c1c5a93926fe92cb98a (patch)
tree6ff398470c83ac4217162472cefa2bc5b22847a1
parentaa43e2844030b15e54af1f427334894148290473 (diff)
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
-rw-r--r--src/include/cctk_Complex.h12
1 files changed, 12 insertions, 0 deletions
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