]> git.mxchange.org Git - flightgear.git/commit
Fix two sources of floating point exceptions
authortimoore <timoore>
Tue, 19 May 2009 22:14:04 +0000 (22:14 +0000)
committerTim Moore <timoore@redhat.com>
Tue, 2 Jun 2009 22:18:54 +0000 (00:18 +0200)
commit0ce5f350ff50af85914a0509fdbccda31178d04d
tree6c4ddca8a7e54e649c5eacf6c4e62b44d073320c
parent53ca437c7b6d3af8fa7fb6bdf110b4c6d0828bfa
Fix two sources of floating point exceptions

When a subsystem is updated, dt can be 0 if the program is paused. There
may be other subsystems that don't check that dt is non-zero.
src/Instrumentation/gps.cxx
src/Instrumentation/navradio.cxx