aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetLib/src/dh.cc
diff options
context:
space:
mode:
Diffstat (limited to 'Carpet/CarpetLib/src/dh.cc')
-rw-r--r--Carpet/CarpetLib/src/dh.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/Carpet/CarpetLib/src/dh.cc b/Carpet/CarpetLib/src/dh.cc
index d3e2c0728..2297e5c7b 100644
--- a/Carpet/CarpetLib/src/dh.cc
+++ b/Carpet/CarpetLib/src/dh.cc
@@ -1627,7 +1627,7 @@ regrid (bool const do_init)
(sendrecv_pseudoregion_t (send, cc, recv, c));
if (not on_this_oldproc (rl, cc)) {
fast_dboxes & fast_level_otherproc =
- fast_level_otherprocs.AT(this_proc(rl, cc));
+ fast_level_otherprocs.AT(this_oldproc(rl, cc));
fast_level_otherproc.fast_old2new_sync_sendrecv.push_back
(sendrecv_pseudoregion_t (send, cc, recv, c));
}