summaryrefslogtreecommitdiff
path: root/src/comm/CactusSync.c
diff options
context:
space:
mode:
authorallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>2000-04-23 15:52:55 +0000
committerallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>2000-04-23 15:52:55 +0000
commitec12f96bdfa0b50583eeb95a4557efd1cc8e85c2 (patch)
tree3f29ff2056ed65a0a2739cb264a4439149aa8275 /src/comm/CactusSync.c
parent97c2da3b8cfa024981468b9df313ac6d80af9855 (diff)
Bug in CCTK_SyncGroupsI (syncing a list of groups), hopefully this fixes Cactus/286.
git-svn-id: http://svn.cactuscode.org/flesh/trunk@1616 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'src/comm/CactusSync.c')
-rw-r--r--src/comm/CactusSync.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/comm/CactusSync.c b/src/comm/CactusSync.c
index 7921d8b2..eb91a165 100644
--- a/src/comm/CactusSync.c
+++ b/src/comm/CactusSync.c
@@ -140,7 +140,7 @@ int CCTK_SyncGroupsI(cGH *GH,
for(i = 0; i < n_groups; i++)
{
- CCTK_SyncGroupI(GH, i);
+ CCTK_SyncGroupI(GH, groups[i]);
}
return 0;