aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetLib/src/gdata.cc
diff options
context:
space:
mode:
authorErik Schnetter <schnetter@cct.lsu.edu>2012-02-08 14:08:15 -0500
committerBarry Wardell <barry.wardell@gmail.com>2012-09-11 18:23:01 +0100
commitc339608a25c35409a2f7fd058b35f77aa0073fa6 (patch)
tree502aa4687c1a28059877707c64db99273cb5cbce /Carpet/CarpetLib/src/gdata.cc
parent7c53b327168e1310367a6a896fb2a25cd32fdd5c (diff)
Merge
Diffstat (limited to 'Carpet/CarpetLib/src/gdata.cc')
-rw-r--r--Carpet/CarpetLib/src/gdata.cc5
1 files changed, 0 insertions, 5 deletions
diff --git a/Carpet/CarpetLib/src/gdata.cc b/Carpet/CarpetLib/src/gdata.cc
index ba99448cb..05a5f0534 100644
--- a/Carpet/CarpetLib/src/gdata.cc
+++ b/Carpet/CarpetLib/src/gdata.cc
@@ -312,11 +312,6 @@ transfer_from (comm_state & state,
src->make_typed (src->varindex, src->cent,
src->transport_operator);
buf->allocate (srcbox, srcproc, sendbuf, sendbufsize);
- if (is_dst) {
- assert (buf->extent().is_aligned_with (this->extent()));
- assert (srcbox.is_aligned_with (this->extent()));
- assert (dstbox.is_aligned_with (buf->extent()));
- }
buf->copy_from_innerloop (srcs.AT(tl), srcbox, srcbox, NULL);
delete buf;
state.commit_send_space (src->c_datatype(), dstproc,