aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetLib
diff options
context:
space:
mode:
Diffstat (limited to 'Carpet/CarpetLib')
-rw-r--r--Carpet/CarpetLib/src/typecase.hh10
1 files changed, 10 insertions, 0 deletions
diff --git a/Carpet/CarpetLib/src/typecase.hh b/Carpet/CarpetLib/src/typecase.hh
index cf87394ef..6679e8e7e 100644
--- a/Carpet/CarpetLib/src/typecase.hh
+++ b/Carpet/CarpetLib/src/typecase.hh
@@ -125,6 +125,8 @@
// Typecase the desired types
+#ifndef CARPET_NO_INT
+
#ifdef CARPET_BYTE
TYPECASE(CCTK_VARIABLE_BYTE, CCTK_BYTE)
#endif
@@ -153,6 +155,10 @@ TYPECASE(CCTK_VARIABLE_INT8, CCTK_INT8)
# endif
#endif
+#endif
+
+
+
// #ifdef CARPET_REAL
// TYPECASE(CCTK_VARIABLE_REAL, CCTK_REAL)
// #endif
@@ -172,7 +178,10 @@ TYPECASE(CCTK_VARIABLE_REAL16, CCTK_REAL16)
# endif
#endif
+
+
#ifndef CARPET_NO_COMPLEX
+
// # ifdef CARPET_COMPLEX
// TYPECASE(CCTK_VARIABLE_COMPLEX, CCTK_COMPLEX)
// # endif
@@ -191,4 +200,5 @@ TYPECASE(CCTK_VARIABLE_COMPLEX16, CCTK_COMPLEX16)
TYPECASE(CCTK_VARIABLE_COMPLEX32, CCTK_COMPLEX32)
# endif
# endif
+
#endif