]> git.mxchange.org Git - flightgear.git/blobdiff - src/FDM/JSBSim/FGPosition.cpp
Latest JSBSim changes, including some gear tweaking from Jon and some
[flightgear.git] / src / FDM / JSBSim / FGPosition.cpp
index 741d9cd4a6e34b4f8f042706fe9d31505898aa37..a5a278af0e6059e16f7b6c8fe62094ff185ebd71 100644 (file)
@@ -263,5 +263,11 @@ void FGPosition::Debug(int from)
   }
   if (debug_lvl & 16) { // Sanity checking
   }
+  if (debug_lvl & 64) {
+    if (from == 0) { // Constructor
+      cout << IdSrc << endl;
+      cout << IdHdr << endl;
+    }
+  }
 }