Fixed syntax bug.

This commit is contained in:
wght 2009-01-29 04:41:13 +00:00
parent 67263d7e65
commit e064cdbab7
1 changed files with 1 additions and 0 deletions

View File

@ -943,6 +943,7 @@ scheduleTaskOntoResource(UnscheduledTask, WcCapacityType, ScheduledTaskTree, Res
findGoodStart(ResourceAvailableIntervalTree, ScheduledTaskTree, DepTasks, ScheduleStartTime, WcCapacityType, GoodStart)
;
findGoodStart(ResourceAvailableIntervalTree, ScheduledTaskTree, DepTasks, EST, WcCapacityType, GoodStart)
)
),
write('GoodStart: '),
write(GoodStart),