aboutsummaryrefslogtreecommitdiff
path: root/Carpet
diff options
context:
space:
mode:
authorErik Schnetter <schnetter@gmail.com>2012-06-20 16:23:50 -0700
committerBarry Wardell <barry.wardell@gmail.com>2012-09-11 18:23:27 +0100
commit8b6696b5e7e17b9eff4dd7a526a99ef13317e461 (patch)
tree4b56ecc6dae3f25a498c921ff551b6f363362ebc /Carpet
parent10f226c88943f2848b29735b13223819a0e4e9f7 (diff)
CarpetLib: Comment out unused variable
Diffstat (limited to 'Carpet')
-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