From 08dc979087660675bc153de2dedd93526dd3b786 Mon Sep 17 00:00:00 2001 From: goodale Date: Mon, 17 Feb 2003 17:28:31 +0000 Subject: Now scheduling a group AS preserves the identity of the group, allowing people to schedule in the real name and then schedule many aliases of the group in the same schedule bin or parent group. Note that you need to do a make -rebuild on your configurations after updating with this change. Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@3147 17b73243-c579-4c4c-a9d2-2d5706c11dac --- src/include/cctki_ScheduleBindings.h | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'src/include/cctki_ScheduleBindings.h') diff --git a/src/include/cctki_ScheduleBindings.h b/src/include/cctki_ScheduleBindings.h index 4c8e8aea..c318effd 100644 --- a/src/include/cctki_ScheduleBindings.h +++ b/src/include/cctki_ScheduleBindings.h @@ -36,7 +36,8 @@ int CCTKi_ScheduleFunction(void *function, const int *timelevels, ...); -int CCTKi_ScheduleGroup(const char *name, +int CCTKi_ScheduleGroup(const char *realname, + const char *name, const char *thorn, const char *implementation, const char *description, @@ -49,8 +50,9 @@ int CCTKi_ScheduleGroup(const char *name, int n_before, int n_after, int n_while, - const int *timelevels, - ...); + const int *timelevels, + ... + ); int CCTKi_ScheduleGroupStorage(const char *group, int timelevels); -- cgit v1.2.3