]> git.mxchange.org Git - flightgear.git/commit
Cleanup and refactoring to better integrate the helicopter code into
authorandy <andy>
Mon, 1 Dec 2003 01:22:27 +0000 (01:22 +0000)
committerandy <andy>
Mon, 1 Dec 2003 01:22:27 +0000 (01:22 +0000)
commit3b2d97289c7457fb693a974e8635a4b6ee3292ca
treec5ceae9d5e86eb24f597164cbabc8a24fadb1a80
parent4a68c2ffb0909b07dc094298e005522cef5162bc
Cleanup and refactoring to better integrate the helicopter code into
the core YASim stuff.  Mostly cosmetic: whitespace adjustment, dead
code & meaningless comment removal, a little code motion to better
partition the helicopter handling from the original code (no more
giant if() { ... } around the solver).  Added a warning to the parser
to try to eliminate the string booleans that crept in.

There should be NO behavioral changes with this checkin.
src/FDM/YASim/Airplane.cpp
src/FDM/YASim/Airplane.hpp
src/FDM/YASim/FGFDM.cpp
src/FDM/YASim/FGFDM.hpp
src/FDM/YASim/Math.cpp
src/FDM/YASim/Math.hpp
src/FDM/YASim/Model.cpp
src/FDM/YASim/Model.hpp
src/FDM/YASim/Rotor.cpp
src/FDM/YASim/YASim.cxx