aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetLib/src/restrict_3d_vc_rf2.cc
diff options
context:
space:
mode:
Diffstat (limited to 'Carpet/CarpetLib/src/restrict_3d_vc_rf2.cc')
-rw-r--r--Carpet/CarpetLib/src/restrict_3d_vc_rf2.cc5
1 files changed, 3 insertions, 2 deletions
diff --git a/Carpet/CarpetLib/src/restrict_3d_vc_rf2.cc b/Carpet/CarpetLib/src/restrict_3d_vc_rf2.cc
index 04049048f..2ff64032d 100644
--- a/Carpet/CarpetLib/src/restrict_3d_vc_rf2.cc
+++ b/Carpet/CarpetLib/src/restrict_3d_vc_rf2.cc
@@ -171,11 +171,12 @@ namespace CarpetLib {
CCTK_WARN (0, "Internal error: region extent is empty");
}
- // shift vertex centered directions to lower interface (see Refluxing for conventions)
+ // shift vertex centered directions to lower interface (see
+ // Refluxing for conventions)
ivect const ivert(icent == 0);
ibbox3 const unshifted_srcbbox = srcbbox.shift(-ivert,2);
ibbox3 const unshifted_dstbbox = dstbbox.shift(-ivert,2);
- ibbox3 const unshifted_srcregbbox = srcregbbox.shift(-ivert,2);
+ // ibbox3 const unshifted_srcregbbox = srcregbbox.shift(-ivert,2);
ibbox3 const unshifted_regbbox = regbbox.shift(-ivert,2);
if (not unshifted_regbbox.expanded_for(unshifted_srcbbox).is_contained_in(unshifted_srcbbox) or