]> git.mxchange.org Git - flightgear.git/blobdiff - src/FDM/JSBSim/FGInertial.cpp
Fixes from Cameron Moore:
[flightgear.git] / src / FDM / JSBSim / FGInertial.cpp
index 9f680d203cd95cd59ce038975d3a78e813aea8b8..3afa4677d3533aaeed833272939550ed87b78338 100644 (file)
@@ -160,5 +160,11 @@ void FGInertial::Debug(int from)
   }
   if (debug_lvl & 16) { // Sanity checking
   }
+  if (debug_lvl & 64) {
+    if (from == 0) { // Constructor
+      cout << IdSrc << endl;
+      cout << IdHdr << endl;
+    }
+  }
 }