summaryrefslogtreecommitdiff
path: root/src/comm
diff options
context:
space:
mode:
Diffstat (limited to 'src/comm')
-rw-r--r--src/comm/CactusSync.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/comm/CactusSync.c b/src/comm/CactusSync.c
index ee411372..e8c442ff 100644
--- a/src/comm/CactusSync.c
+++ b/src/comm/CactusSync.c
@@ -218,3 +218,10 @@ int CCTK_SyncGroupsI (const cGH *GH,
return (retval);
}
+
+
+void CCTK_FCALL CCTK_FNAME (CCTK_SyncGroupsI)
+ (int *ierror, const cGH **GH, const int *num_groups, const int *groups)
+{
+ *ierror = CCTK_SyncGroupsI (*GH, *num_groups, groups);
+}