aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetLib/src/prolongate_3d_rf2.cc
diff options
context:
space:
mode:
Diffstat (limited to 'Carpet/CarpetLib/src/prolongate_3d_rf2.cc')
-rw-r--r--Carpet/CarpetLib/src/prolongate_3d_rf2.cc24
1 files changed, 12 insertions, 12 deletions
diff --git a/Carpet/CarpetLib/src/prolongate_3d_rf2.cc b/Carpet/CarpetLib/src/prolongate_3d_rf2.cc
index 0dc18ccf6..465dcb5b1 100644
--- a/Carpet/CarpetLib/src/prolongate_3d_rf2.cc
+++ b/Carpet/CarpetLib/src/prolongate_3d_rf2.cc
@@ -550,18 +550,18 @@ namespace CarpetLib {
- if (not regbbox.expand(offsetlo, offsethi).is_contained_in(srcbbox) or
- not regbbox .is_contained_in(dstbbox))
- {
- cerr << "ORDER=" << ORDER << "\n"
- << "offsetlo=" << offsetlo << "\n"
- << "offsethi=" << offsethi << "\n"
- << "regbbox=" << regbbox << "\n"
- << "dstbbox=" << dstbbox << "\n"
- << "regbbox.expand=" << regbbox.expand(offsetlo, offsethi) << "\n"
- << "srcbbox=" << srcbbox << "\n";
- CCTK_WARN (0, "Internal error: region extent is not contained in array extent");
- }
+ //if (not regbbox.expand(offsetlo, offsethi).is_contained_in(srcbbox) or
+ // not regbbox .is_contained_in(dstbbox))
+ //{
+ // cerr << "ORDER=" << ORDER << "\n"
+ // << "offsetlo=" << offsetlo << "\n"
+ // << "offsethi=" << offsethi << "\n"
+ // << "regbbox=" << regbbox << "\n"
+ // << "dstbbox=" << dstbbox << "\n"
+ // << "regbbox.expand=" << regbbox.expand(offsetlo, offsethi) << "\n"
+ // << "srcbbox=" << srcbbox << "\n";
+ // CCTK_WARN (0, "Internal error: region extent is not contained in array extent");
+ //}