aboutsummaryrefslogtreecommitdiff
path: root/Carpet
diff options
context:
space:
mode:
Diffstat (limited to 'Carpet')
-rw-r--r--Carpet/Carpet/src/typecase5
1 files changed, 5 insertions, 0 deletions
diff --git a/Carpet/Carpet/src/typecase b/Carpet/Carpet/src/typecase
index 107550e83..8c87da5cd 100644
--- a/Carpet/Carpet/src/typecase
+++ b/Carpet/Carpet/src/typecase
@@ -118,6 +118,11 @@
// Typecase the desired types
+// TODO: Find a way to collapse e.g. CCTK_INT and CCTK_INT4, if both
+// are the same. Remember that the TYPECASE statements need not be
+// executable. Maybe find a way to convert CCTK_VARIABLE_INT to
+// CCTK_VARIABLE_INT4?
+
#ifdef CARPET_BYTE
TYPECASE(CCTK_VARIABLE_BYTE, CCTK_BYTE)
#endif