summaryrefslogtreecommitdiff
path: root/src/include/cctki_Groups.h
diff options
context:
space:
mode:
authorgoodale <goodale@17b73243-c579-4c4c-a9d2-2d5706c11dac>1999-11-09 11:37:42 +0000
committergoodale <goodale@17b73243-c579-4c4c-a9d2-2d5706c11dac>1999-11-09 11:37:42 +0000
commitd8c1e42d838a8d98e7b45dda4a8035f7c7fbd1f9 (patch)
tree23b861b212db4704cd2bbaa074e6695281825324 /src/include/cctki_Groups.h
parentaa4a5d1c94397a4ce44679e4a0f0a5ad43e56bfc (diff)
Added stagger and array size to CCTK_CreateGroup and renamed it CCTKi_...
since it should only be used by the perl-generated code. IMPORTANT NOTE: You will need to do a -rebuild after this update. Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@1145 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'src/include/cctki_Groups.h')
-rw-r--r--src/include/cctki_Groups.h18
1 files changed, 10 insertions, 8 deletions
diff --git a/src/include/cctki_Groups.h b/src/include/cctki_Groups.h
index 5fc8c13d..3856faa2 100644
--- a/src/include/cctki_Groups.h
+++ b/src/include/cctki_Groups.h
@@ -17,14 +17,16 @@
extern "C" {
#endif
-int CCTK_CreateGroup(const char *gname, const char *thorn, const char *imp,
- const char *gtype,
- const char *vtype,
- const char *gscope,
- int dimension,
- int ntimelevels,
- int n_variables,
- ...);
+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 *stype,
+ const char *size,
+ int n_variables,
+ ...);
#ifdef __cplusplus
}