summaryrefslogtreecommitdiff
path: root/src/include/cctki_Groups.h
diff options
context:
space:
mode:
authorallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>2000-01-13 13:06:35 +0000
committerallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>2000-01-13 13:06:35 +0000
commit6177a527fbce4c9fd309da0f84e980e0a0853759 (patch)
treea0af0376e4c4152bd938028f2191b9fe2523633d /src/include/cctki_Groups.h
parentc1dcbc9bfdcdd53b56de83215cd8630e5fe361d9 (diff)
Added internal function
git-svn-id: http://svn.cactuscode.org/flesh/trunk@1251 17b73243-c579-4c4c-a9d2-2d5706c11dac
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