aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetRegrid2/src/boundary.cc
diff options
context:
space:
mode:
Diffstat (limited to 'Carpet/CarpetRegrid2/src/boundary.cc')
-rw-r--r--Carpet/CarpetRegrid2/src/boundary.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/Carpet/CarpetRegrid2/src/boundary.cc b/Carpet/CarpetRegrid2/src/boundary.cc
index e36af78a2..47a1fa820 100644
--- a/Carpet/CarpetRegrid2/src/boundary.cc
+++ b/Carpet/CarpetRegrid2/src/boundary.cc
@@ -204,7 +204,7 @@ namespace CarpetRegrid2 {
boundary_staggering_mismatch =
xpose ((hh.refcent == vertex_centered) != (is_staggered == 0));
-#warning "TODO: This is too strict"
+ // TODO: This is too strict
assert (all (all (not boundary_staggering_mismatch)));
get_physical_boundary (physical_lower, physical_upper, spacing);