]> git.mxchange.org Git - flightgear.git/blobdiff - src/FDM/JSBSim/FGTurboShaft.cpp
Updated to match changes in radiostack.[ch]xx
[flightgear.git] / src / FDM / JSBSim / FGTurboShaft.cpp
index ce414d2741a0ab531813548e4fa97274c748aad8..ee4efb8b7387d136c59b5ea18bfe1839fec73449 100644 (file)
@@ -104,5 +104,11 @@ void FGTurboShaft::Debug(int from)
   }
   if (debug_lvl & 16) { // Sanity checking
   }
+  if (debug_lvl & 64) {
+    if (from == 0) { // Constructor
+      cout << IdSrc << endl;
+      cout << IdHdr << endl;
+    }
+  }
 }