]> git.mxchange.org Git - flightgear.git/blobdiff - src/FDM/JSBSim/FGForce.cpp
Updates from JSBSim, including new turbine engine model from David Culp
[flightgear.git] / src / FDM / JSBSim / FGForce.cpp
index 91dd746e6f2a6a8b9800080120203bde3b6645f0..86d4b915ca6c654c5c91e6f9bceeb05592fb065a 100644 (file)
@@ -48,6 +48,8 @@ and the cg.
 #include "FGColumnVector4.h"
 #include "FGForce.h"
 
+namespace JSBSim {
+
 static const char *IdSrc = "$Id$";
 static const char *IdHdr = ID_FORCE;
 
@@ -179,4 +181,4 @@ void FGForce::Debug(int from)
     }
   }
 }
-
+}