/*@@ @header cctk_Sync.h @date Thu Jan 27 18:04:12 2000 @author Tom Goodale @desc Various synchronisation functions. @enddesc @version $Header$ @@*/ #ifndef _CCTK_SYNC_H_ #define _CCTK_SYNC_H_ #ifdef __cplusplus extern "C" { #endif void CCTK_SyncGroupI(cGH *GH, int groupi); void CCTK_SyncGroupWithVar(cGH *GH, const char *varn); void CCTK_SyncGroupWithVarI(cGH *GH, int vari); int CCTK_SyncGroupsI(cGH *GH, int n_groups, int *groups); #ifdef __cplusplus } #endif #endif /* _CCTK_SYNC_H_ */