aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetLib/src/prolongate_3d_rf2.cc
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2017-06-30 11:08:39 +0200
committerAnton Khirnov <anton@khirnov.net>2017-06-30 11:08:39 +0200
commit7db708fe3a712488b49b96391c4eb53bae8f67b1 (patch)
tree562f5242a23b0a0660ab13290e2e92017ef45cd9 /Carpet/CarpetLib/src/prolongate_3d_rf2.cc
parent390fe95c7756d5102226ccb48eadbcee62e1a52d (diff)
Update for cartoon.
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");
+ //}