aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetLib/src/ggf.hh
diff options
context:
space:
mode:
authorErik Schnetter <schnetter@cct.lsu.edu>2008-02-29 23:52:39 -0600
committerErik Schnetter <schnetter@cct.lsu.edu>2008-02-29 23:52:39 -0600
commit05393d55b3428b64ea14a1d3ff5b0b527bac7941 (patch)
tree5efd35e69985d3e58af82d7bb1239b96ba676a6f /Carpet/CarpetLib/src/ggf.hh
parent818dea6e87fe6fcef15edb4b7672ff02ee712fe3 (diff)
Move communication schedule into its own data structure
Splite the grid hierarchy and communication schedule into two separate data structures. Correct error in determining the processor owning a certain region when calculating the communication schedule.
Diffstat (limited to 'Carpet/CarpetLib/src/ggf.hh')
-rw-r--r--Carpet/CarpetLib/src/ggf.hh4
1 files changed, 2 insertions, 2 deletions
diff --git a/Carpet/CarpetLib/src/ggf.hh b/Carpet/CarpetLib/src/ggf.hh
index 221503fe2..e3c351b9d 100644
--- a/Carpet/CarpetLib/src/ggf.hh
+++ b/Carpet/CarpetLib/src/ggf.hh
@@ -153,7 +153,7 @@ protected:
void
transfer_from_all (comm_state & state,
int tl1, int rl1, int ml1,
- srpvect const dh::dboxes::* sendrecvs,
+ srpvect const dh::fast_dboxes::* sendrecvs,
vector<int> const & tl2s, int rl2, int ml2,
CCTK_REAL const & time,
mdata * srcstorage = 0);
@@ -161,7 +161,7 @@ protected:
void
transfer_from_all (comm_state & state,
int tl1, int rl1, int ml1,
- srpvect const dh::dboxes::* sendrecvs,
+ srpvect const dh::fast_dboxes::* sendrecvs,
int tl2, int rl2, int ml2,
mdata * srcstorage = 0)
{