aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetLib/src/dh.cc
diff options
context:
space:
mode:
authorschnetter <>2003-05-08 13:35:00 +0000
committerschnetter <>2003-05-08 13:35:00 +0000
commite639a79b9b9c715bc3213f2ed9fd7b80e509f9b3 (patch)
treeee121ff0ad95d5361cff3fe9d6af698131956010 /Carpet/CarpetLib/src/dh.cc
parent53e40a949768a1161b57a8abc6cff5cb29384921 (diff)
Implement a proper separation between global, level, and local mode.
Implement a proper separation between global, level, and local mode. This is a major change that might break things. darcs-hash:20030508133549-07bb3-95ccfb6eb2b64e72353d301afddd8722a92c64a3.gz
Diffstat (limited to 'Carpet/CarpetLib/src/dh.cc')
-rw-r--r--Carpet/CarpetLib/src/dh.cc6
1 files changed, 5 insertions, 1 deletions
diff --git a/Carpet/CarpetLib/src/dh.cc b/Carpet/CarpetLib/src/dh.cc
index 9791b59a2..eb5bdd62f 100644
--- a/Carpet/CarpetLib/src/dh.cc
+++ b/Carpet/CarpetLib/src/dh.cc
@@ -1,4 +1,4 @@
-// $Header: /home/eschnett/C/carpet/Carpet/Carpet/CarpetLib/src/dh.cc,v 1.32 2003/05/07 10:04:16 schnetter Exp $
+// $Header: /home/eschnett/C/carpet/Carpet/Carpet/CarpetLib/src/dh.cc,v 1.33 2003/05/08 15:35:49 schnetter Exp $
#include <assert.h>
@@ -416,7 +416,9 @@ void dh<D>::recompose (const int initialise_upto) {
// Check that no boundaries are left over
if (rl==0) assert (sync_not.empty());
+#if 0
assert (recv_not.empty());
+#endif
}
// Assert that the interior is received exactly once during
@@ -442,7 +444,9 @@ void dh<D>::recompose (const int initialise_upto) {
assert (new_sz + this_sz == old_sz);
}
}
+#if 0
assert (intr.empty());
+#endif
}
}