aboutsummaryrefslogtreecommitdiff
path: root/Carpet/Carpet/src
diff options
context:
space:
mode:
Diffstat (limited to 'Carpet/Carpet/src')
-rw-r--r--Carpet/Carpet/src/Recompose.cc6
-rw-r--r--Carpet/Carpet/src/Storage.cc2
2 files changed, 4 insertions, 4 deletions
diff --git a/Carpet/Carpet/src/Recompose.cc b/Carpet/Carpet/src/Recompose.cc
index acfb94b1d..8c9758039 100644
--- a/Carpet/Carpet/src/Recompose.cc
+++ b/Carpet/Carpet/src/Recompose.cc
@@ -213,7 +213,7 @@ namespace Carpet {
CCTK_INT const do_recompose =
Carpet_RegridMaps (cctkGH, & superregsss, & regssss, force_recompose);
assert (do_recompose >= 0);
-#warning "TODO"
+ // TODO
#if 1 // #ifdef CARPET_DEBUG
{
int ival = do_recompose;
@@ -271,7 +271,7 @@ namespace Carpet {
Waypoint ("Regridding map %d...", m);
-#warning "TODO: keep levels fixed here"
+ // TODO: keep levels fixed here
#if 0
//
// Keep this level fixed if it is not evolved
@@ -336,7 +336,7 @@ namespace Carpet {
assert (vhh.AT(m)->reflevels() == reflevels);
}
-#warning "TODO"
+ // TODO
#if 1 // #ifdef CARPET_DEBUG
{
// All processes must use the same number of levels
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) \