aboutsummaryrefslogtreecommitdiff
path: root/Carpet/Carpet/src/Storage.cc
diff options
context:
space:
mode:
Diffstat (limited to 'Carpet/Carpet/src/Storage.cc')
-rw-r--r--Carpet/Carpet/src/Storage.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/Carpet/Carpet/src/Storage.cc b/Carpet/Carpet/src/Storage.cc
index 2ebb4fc81..3153ef48d 100644
--- a/Carpet/Carpet/src/Storage.cc
+++ b/Carpet/Carpet/src/Storage.cc
@@ -157,7 +157,7 @@ namespace Carpet {
? arrdata.AT(group).AT(m).data.AT(var - vectorindex)
: NULL);
const int varindex = firstvarindex + var;
-#warning "TODO: allocate these in SetupGH, and after recomposing"
+ // TODO: allocate these in SetupGH, and after recomposing
if (not arrdata.AT(group).AT(m).data.AT(var)) {
switch (specific_cactus_type(gp.vartype)) {
#define TYPECASE(N,T) \