/*@@ @header cctki_Groups.h @date Mon Feb 8 14:47:10 1999 @author Tom Goodale @desc Prototypes and constants for internal group functions. @enddesc @version $Header$ @@*/ #ifndef _CCTKI_GROUPS_H_ #define _CCTKI_GROUPS_H_ /* Prototypes */ #ifdef __cplusplus extern "C" { #endif void CCTKi_DumpGroupInfo(void); int CCTKi_CreateGroup(const char *gname, const char *thorn, const char *imp, const char *gtype, const char *vtype, const char *gscope, int dimension, int ntimelevels, const char *dtype, const char *size, const char *ghostsize, const char *tags, const char *vararraysize, int n_basevars, ...); #ifdef __cplusplus } #endif #endif