summaryrefslogtreecommitdiff
path: root/src/schedule
diff options
context:
space:
mode:
authorgoodale <goodale@17b73243-c579-4c4c-a9d2-2d5706c11dac>1999-11-30 23:51:22 +0000
committergoodale <goodale@17b73243-c579-4c4c-a9d2-2d5706c11dac>1999-11-30 23:51:22 +0000
commit8c3898b27ef468e7c3fedb13fdeec81e1247cda5 (patch)
treedb7a37fe3aedd19d89df3cd020116ed1253e418c /src/schedule
parenta10e0e2d450d0ed23fdf9d6c0e820995e3756140 (diff)
Various changes to make sure there are function prototypes for things.
Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@1179 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'src/schedule')
-rw-r--r--src/schedule/ScheduleCreater.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/schedule/ScheduleCreater.c b/src/schedule/ScheduleCreater.c
index a0d80e05..bfedfa1a 100644
--- a/src/schedule/ScheduleCreater.c
+++ b/src/schedule/ScheduleCreater.c
@@ -492,9 +492,13 @@ static int ScheduleSortGroup(t_sched_group *group)
signed char **array;
int number;
int mod;
- int i, j;
+ int i;
int errcode;
+#ifdef DEBUG_SCHEDULAR
+ int j;
+#endif
+
/* Create the data staructures */
array = CCTKi_ScheduleCreateArray(group->n_scheditems);
order = CCTKi_ScheduleCreateIVec(group->n_scheditems);