summaryrefslogtreecommitdiff
path: root/src/include/cctk_Complex.h
diff options
context:
space:
mode:
authortradke <tradke@17b73243-c579-4c4c-a9d2-2d5706c11dac>2004-06-26 17:37:17 +0000
committertradke <tradke@17b73243-c579-4c4c-a9d2-2d5706c11dac>2004-06-26 17:37:17 +0000
commit8f6de0e2111abd2dbc11aa64b92b9efbae58c63b (patch)
tree93c584b808e066bb269017f94c50de6aabc67637 /src/include/cctk_Complex.h
parent36dcfade7b4296480ab91fc098ab8ce59948d04f (diff)
Use new HAVE_CCTK_<datatype> macro names.
git-svn-id: http://svn.cactuscode.org/flesh/trunk@3795 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'src/include/cctk_Complex.h')
-rw-r--r--src/include/cctk_Complex.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/include/cctk_Complex.h b/src/include/cctk_Complex.h
index 3286b19a..e47b7e59 100644
--- a/src/include/cctk_Complex.h
+++ b/src/include/cctk_Complex.h
@@ -35,15 +35,15 @@ cctk_complex CCTK_Cmplx##Sqrt (cctk_complex complex_number);
/* declare complex functions for all available precisions */
-#ifdef CCTK_HAVE_REAL4
+#ifdef HAVE_CCTK_REAL4
DECLARE_CMPLX_FUNCTIONS (CCTK_Cmplx8, CCTK_REAL4, CCTK_COMPLEX8)
#endif
-#ifdef CCTK_HAVE_REAL8
+#ifdef HAVE_CCTK_REAL8
DECLARE_CMPLX_FUNCTIONS (CCTK_Cmplx16, CCTK_REAL8, CCTK_COMPLEX16)
#endif
-#ifdef CCTK_HAVE_REAL16
+#ifdef HAVE_CCTK_REAL16
DECLARE_CMPLX_FUNCTIONS (CCTK_Cmplx32, CCTK_REAL16, CCTK_COMPLEX32)
#endif