]> 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 d2da596c2b719e7ee4e24c410230e88cc25b6839..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;
 
@@ -172,5 +174,11 @@ void FGForce::Debug(int from)
   }
   if (debug_lvl & 16) { // Sanity checking
   }
+  if (debug_lvl & 64) {
+    if (from == 0) { // Constructor
+      cout << IdSrc << endl;
+      cout << IdHdr << endl;
+    }
+  }
+}
 }
-