From: david Date: Thu, 3 Jan 2002 21:04:49 +0000 (+0000) Subject: JSBSim update. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=117bf73dea8b4f2fac0c16cae4ade430a756d8b8;p=flightgear.git JSBSim update. --- diff --git a/src/FDM/JSBSim/FGOutput.h b/src/FDM/JSBSim/FGOutput.h index a87f6348b..0d8f5fe3e 100644 --- a/src/FDM/JSBSim/FGOutput.h +++ b/src/FDM/JSBSim/FGOutput.h @@ -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,