]> git.mxchange.org Git - flightgear.git/commit
Revert the recent changes to Atmosphere.cpp. They were actually in
authorandy <andy>
Thu, 16 May 2002 07:49:22 +0000 (07:49 +0000)
committerandy <andy>
Thu, 16 May 2002 07:49:22 +0000 (07:49 +0000)
commit4efbc97a4b0d841b4b3848c8c9c6f40f6f97f19f
tree8878105421778506c2d43990a3e41d43a0f47784
parent99859a5ea962cfadcb9d1ad508ec957962f2d22e
Revert the recent changes to Atmosphere.cpp.  They were actually in
the wrong place.  The Atmosphere::getStd*() calls are used by the
solver, and thus really need to return values for a "standard"
atmosphere.  Otherwise, an aircraft started up in Moscow will behave
differently than one initialized in Cairo. :)

The place where environmental pressure and temperature get inspected
at runtime is in YASim.cxx.  The changes there, happily, end up being
even smaller than the ones to Atmosphere.  This ends up replacing code
only, and removing some comments.
src/FDM/YASim/Atmosphere.cpp
src/FDM/YASim/YASim.cxx