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