Opened 4 years ago
Closed 4 years ago
#357 closed defect (fixed)
Stopped task validity: undefined value
Reported by: | Joerg Ewald | Owned by: | Joerg Ewald |
---|---|---|---|
Priority: | major | Milestone: | 2016 R1.2 |
Component: | FsComp | Version: | 2016 R1.1 |
Keywords: | Cc: |
Description
If the distance between ESS and goal is big, and pilots are between ESS and goal at task stop time, the formula for stop validty will calculate the square root of a negative number, which is undefined.
Fix: Instead of the term (DistanceLaunchToESS - BestDistance? + 1), use (TaskDistance - BestDistance? + 1)
Note: See
TracTickets for help on using
tickets.