summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorgoodale <goodale@17b73243-c579-4c4c-a9d2-2d5706c11dac>1999-09-17 19:58:11 +0000
committergoodale <goodale@17b73243-c579-4c4c-a9d2-2d5706c11dac>1999-09-17 19:58:11 +0000
commite4cfd9d8108ec15316b0e9aeac3a820335bc4bf0 (patch)
tree531499b4ffaa9b35cafd66e444b44ae53d2cb149 /src
parent50d7d40cbe4ff67030bc4120a350f3a737d7156b (diff)
More functions.
Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@947 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'src')
-rw-r--r--src/include/cctk_schedule.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/include/cctk_schedule.h b/src/include/cctk_schedule.h
index fe2aa9ee..df2f2a50 100644
--- a/src/include/cctk_schedule.h
+++ b/src/include/cctk_schedule.h
@@ -42,6 +42,15 @@ int CCTK_ScheduleGroup(const char *name,
int n_while,
...);
+int CCTK_ScheduleGroupStorage(const char *group);
+
+int CCTK_ScheduleGroupComm(const char *group);
+
+int CCTK_ScheduleTraverse(const char *where, void *GH);
+
+int CCTK_ScheduleGHInit(void *GH);
+
+
#ifdef __cplusplus
}
#endif