aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetIOHDF5
diff options
context:
space:
mode:
authorErik Schnetter <schnetter@cct.lsu.edu>2010-12-22 20:40:14 -0600
committerErik Schnetter <schnetter@cct.lsu.edu>2010-12-22 20:40:14 -0600
commit1827b632a30542680127cd41c3b2958e28aaa0c4 (patch)
treeaf632cb4bfd7c2595dc8e97714ca17983b72d05e /Carpet/CarpetIOHDF5
parent16d6d03145801470add8549d78d4bb22ab6e135f (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");