From 1827b632a30542680127cd41c3b2958e28aaa0c4 Mon Sep 17 00:00:00 2001 From: Erik Schnetter Date: Wed, 22 Dec 2010 20:40:14 -0600 Subject: CarpetIOHDF5: Remove grid hierarchy consistency tests that don't apply here --- Carpet/CarpetIOHDF5/src/GetAllActive.cc | 16 ---------------- 1 file changed, 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"); -- cgit v1.2.3