From ec12f96bdfa0b50583eeb95a4557efd1cc8e85c2 Mon Sep 17 00:00:00 2001 From: allen Date: Sun, 23 Apr 2000 15:52:55 +0000 Subject: 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 --- src/comm/CactusSync.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/comm/CactusSync.c') 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; -- cgit v1.2.3