summaryrefslogtreecommitdiff
path: root/src/include/cctki_Groups.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/cctki_Groups.h')
-rw-r--r--src/include/cctki_Groups.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/include/cctki_Groups.h b/src/include/cctki_Groups.h
index 3856faa2..07625fc7 100644
--- a/src/include/cctki_Groups.h
+++ b/src/include/cctki_Groups.h
@@ -28,6 +28,11 @@ int CCTKi_CreateGroup(const char *gname, const char *thorn, const char *imp,
int n_variables,
...);
+int CCTKi_ParseStaggerString(int dim,
+ const char *imp,
+ const char *gname,
+ const char *stype);
+
#ifdef __cplusplus
}
#endif