]> git.mxchange.org Git - flightgear.git/commitdiff
JSBSim update.
authordavid <david>
Thu, 3 Jan 2002 21:04:49 +0000 (21:04 +0000)
committerdavid <david>
Thu, 3 Jan 2002 21:04:49 +0000 (21:04 +0000)
src/FDM/JSBSim/FGOutput.h

index a87f6348bc997c094340fa4726fea09fe11e04ae..0d8f5fe3ebf3b87a3757a4a0594809952283e64f 100644 (file)
@@ -82,7 +82,7 @@ public:
   bool Load(FGConfigFile* AC_cfg);
 
   /// Subsystem types for specifying which will be output in the FDM data logging
-  enum  SubSystems {
+  enum  eSubSystems {
     /** Subsystem: Simulation (= 1)          */ ssSimulation      = 1,
     /** Subsystem: Aerosurfaces (= 2)        */ ssAerosurfaces    = 2,
     /** Subsystem: Body rates (= 4)          */ ssRates           = 4,