X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=FDM%2FLaRCsim.cxx;h=4bc0781c6d245c4e18ad90348c3eacb75b45aac1;hb=1209546e0859113fc1113515f1854cc2be0c68d4;hp=5a714f9fcbf9bea53cc5ec1b970ebfdf6378604a;hpb=aee2c4cfca704ab11f9d684f08c84c764a1ff886;p=flightgear.git diff --git a/FDM/LaRCsim.cxx b/FDM/LaRCsim.cxx index 5a714f9fc..4bc0781c6 100644 --- a/FDM/LaRCsim.cxx +++ b/FDM/LaRCsim.cxx @@ -26,10 +26,10 @@ #include #include -#include -#include -#include -#include +#include +#include +#include +#include // Initialize the LaRCsim flight model, dt is the time increment for @@ -389,6 +389,10 @@ int fgLaRCsim_2_FGState (FGState& f) { // $Log$ +// Revision 1.10 1999/02/01 21:33:30 curt +// Renamed FlightGear/Simulator/Flight to FlightGear/Simulator/FDM since +// Jon accepted my offer to do this and thought it was a good idea. +// // Revision 1.9 1999/01/08 19:27:36 curt // Fixed AOA reading on HUD. // Continued work on time jitter compensation.