]> git.mxchange.org Git - flightgear.git/blobdiff - FDM/flight.cxx
Added initial support for native SGI compilers.
[flightgear.git] / FDM / flight.cxx
index 75ab5f208fbc0a82af91f873929f98c049fc95e3..734d250fcae1e2c10449e1fac4e56ba4d5561c59 100644 (file)
 
 #include <stdio.h>
 
-#include "flight.hxx"
-#include "JSBsim.hxx"
-#include "LaRCsim.hxx"
-
 #include <Debug/logstream.hxx>
 #include <FDM/External/external.hxx>
 #include <FDM/LaRCsim/ls_interface.h>
 #include <Math/fg_geodesy.hxx>
 #include <Time/timestamp.hxx>
 
+#include "flight.hxx"
+#include "JSBsim.hxx"
+#include "LaRCsim.hxx"
+
 
 // base_fdm_state is the internal state that is updated in integer
 // multiples of "dt".  This leads to "jitter" with respect to the real
@@ -195,6 +195,10 @@ void fgFDMSetGroundElevation(int model, double ground_meters) {
 
 
 // $Log$
+// Revision 1.16  1999/02/26 22:09:12  curt
+// Added initial support for native SGI compilers.
+// Integrated Jon's next version of JSBsim.
+//
 // Revision 1.15  1999/02/05 21:29:01  curt
 // Modifications to incorporate Jon S. Berndts flight model code.
 //