]> git.mxchange.org Git - flightgear.git/commit
Bugfix of problem reported by Mathias Fröhlich: Ground network trace()
authordurk <durk>
Wed, 16 Aug 2006 09:58:26 +0000 (09:58 +0000)
committerdurk <durk>
Wed, 16 Aug 2006 09:58:26 +0000 (09:58 +0000)
commite06e9ccd1e69adc732dc7139af5aa4b490acf904
treed1e30d15f043f924cbeb66f7b2ef9d3e677ca18f
parent0838ca6d35e41c595dd036c31baae8b58c3721a4
Bugfix of problem reported by Mathias Fröhlich: Ground network trace()
algorithm caused a program crash. Because there is always one waypoint more
than there are routes, the trace function should only pop_back the final route
entry at search depths of one or higher. I also added a lot of of additional
safeguarding code, due to the fact that the new trace algorithm was
apparently not as stable as I'd hoped it would be. ...
src/Airports/groundnetwork.cxx
src/Airports/groundnetwork.hxx