aboutsummaryrefslogtreecommitdiff
path: root/Carpet
diff options
context:
space:
mode:
authorErik Schnetter <schnetter@cct.lsu.edu>2008-02-29 22:36:54 -0600
committerErik Schnetter <schnetter@cct.lsu.edu>2008-02-29 22:36:54 -0600
commitb83fb5b19fcc4b5c1cff91c36719d956941485d7 (patch)
tree6df99c5982940624a799a9759be073914f3bef07 /Carpet
parentc05edbb07fcea7003fa3a5590b1382d0e12192a3 (diff)
Add comment with todo item
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