aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetIOHDF5
diff options
context:
space:
mode:
authorErik Schnetter <schnetter@cct.lsu.edu>2010-12-22 20:40:14 -0600
committerBarry Wardell <barry.wardell@gmail.com>2011-12-14 18:25:50 +0000
commitef18dde5ce4e460f11a882f2d35a8b42438999e1 (patch)
treea18bf505aafb1d3d941d4f92fd77bc8ce00ba1c8 /Carpet/CarpetIOHDF5
parentf05e41bffe8eb070315f90675a2d9aae9d3a6fa8 (diff)
CarpetIOHDF5: Remove grid hierarchy consistency tests that don't apply here
Diffstat (limited to 'Carpet/CarpetIOHDF5')
-rw-r--r--Carpet/CarpetIOHDF5/src/GetAllActive.cc16
1 files changed, 0 insertions, 16 deletions
diff --git a/Carpet/CarpetIOHDF5/src/GetAllActive.cc b/Carpet/CarpetIOHDF5/src/GetAllActive.cc
index 6dcca4602..08ce55b22 100644
--- a/Carpet/CarpetIOHDF5/src/GetAllActive.cc
+++ b/Carpet/CarpetIOHDF5/src/GetAllActive.cc
@@ -352,14 +352,6 @@ namespace CarpetIOHDF5 {
ASSERT_c (intr <= hh->baseextent(ml,rl),
"The interior must be contained in the domain");
- // All interiors must be disjunct
-#ifdef CARPET_DEBUG
- for (int cc = 0; cc < c; ++ cc) {
- ASSERT_cc (not intr.intersects (full_level.AT(cc).interior),
- "All interiors must be disjunct");
- }
-#endif
-
// Outer boundary faces:
@@ -393,14 +385,6 @@ namespace CarpetIOHDF5 {
ASSERT_c (owned <= domain_active,
"The owned region must be contained in the active part of the domain");
- // All owned regions must be disjunct
-#ifdef CARPET_DEBUG
- for (int cc = 0; cc < c; ++ cc) {
- ASSERT_cc (not owned.intersects (full_level.AT(cc).owned),
- "All owned regions must be disjunct");
- }
-#endif
-
allowned |= owned;
ASSERT_rl (allowned <= domain_active,
"The owned regions must be contained in the active part of the domain");