aboutsummaryrefslogtreecommitdiff
path: root/Carpet
diff options
context:
space:
mode:
authorErik Schnetter <schnetter@cct.lsu.edu>2007-03-06 19:03:00 +0000
committerErik Schnetter <schnetter@cct.lsu.edu>2007-03-06 19:03:00 +0000
commitec5860b61c5ba04fc6b8677de1027e74f3c6f1ce (patch)
tree350a7cfe78637a84e316f6914a35136cafda6e54 /Carpet
parent47389e10db5130c5376ae896c7a78e42dcff23c6 (diff)
CarpetLib: Remove erroneous self-check
Do not assume that a region's owned grid points are disjoint from its boundary. darcs-hash:20070306190322-dae7b-57357dcc1bb915b19d9d945eb82d553e88468e14.gz
Diffstat (limited to 'Carpet')
-rw-r--r--Carpet/CarpetLib/src/dh.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/Carpet/CarpetLib/src/dh.cc b/Carpet/CarpetLib/src/dh.cc
index add66cb62..2895ac881 100644
--- a/Carpet/CarpetLib/src/dh.cc
+++ b/Carpet/CarpetLib/src/dh.cc
@@ -381,8 +381,6 @@ void dh::setup_sync_boxes (dh::dboxes & box,
// Intersect boundaries with owned region of that component
ovlp = bnds & box1.owned;
ovlp.normalize();
- } else {
- assert ((bnds & box1.owned).empty());
}
box.bnd_sync += ovlp;
for (ibset::const_iterator b=ovlp.begin(); b!=ovlp.end(); ++b) {