From 3d87230fa63a6ef52b43a02da095cad8d9fc64e2 Mon Sep 17 00:00:00 2001 From: Erik Schnetter Date: Wed, 20 Jun 2012 16:23:50 -0700 Subject: CarpetLib: Comment out unused variable --- Carpet/CarpetLib/src/restrict_3d_vc_rf2.cc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'Carpet/CarpetLib/src') 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 -- cgit v1.2.3