From 15691f479268d370d9b783cdf09c73469cfc5a13 Mon Sep 17 00:00:00 2001 From: goodale Date: Thu, 12 Oct 2000 08:01:35 +0000 Subject: Fix for bug in printing of schedule tree for nested whiling loops - PR/464. Slightly inelegant 8-( Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@1865 17b73243-c579-4c4c-a9d2-2d5706c11dac --- src/include/cctki_Schedule.h | 17 +++++++---------- 1 file changed, 7 insertions(+), 10 deletions(-) (limited to 'src/include/cctki_Schedule.h') diff --git a/src/include/cctki_Schedule.h b/src/include/cctki_Schedule.h index f2662312..037ac053 100644 --- a/src/include/cctki_Schedule.h +++ b/src/include/cctki_Schedule.h @@ -10,7 +10,7 @@ @@*/ #ifndef _CCTKI_SCHEDULE_H_ -#define _CCTKI_SCHEDULE_H_ +#define _CCTKI_SCHEDULE_H_ 1 /* Types needed by other routines. */ @@ -57,15 +57,12 @@ int CCTKi_DoScheduleGroup int CCTKi_DoScheduleSortAllGroups(void); /* Traversal routine */ -int CCTKi_DoScheduleTraverse - ( - const char *group_name, - int (*item_entry)(void *, void *), - int (*item_exit)(void *, void *), - int (*while_check)(int, char **, void *, void *), - int (*function_process)(void *, void *, void *), - void *data - ); +int CCTKi_DoScheduleTraverse(const char *group_name, + int (*item_entry)(void *, void *), + int (*item_exit)(void *, void *), + int (*while_check)(int, char **, void *, void *, int), + int (*function_process)(void *, void *, void *), + void *data); #ifdef __cplusplus } -- cgit v1.2.3