]> git.mxchange.org Git - flightgear.git/blobdiff - src/FDM/JSBSim/FGRotation.cpp
Latest JSBSim changes, including a kludge from Tony to keep the
[flightgear.git] / src / FDM / JSBSim / FGRotation.cpp
index a3712e00ca1412cb0d841ace758b30ef8968eb68..73763e5a0cfbf045e58ddcc2d87f96c784b15ff8 100644 (file)
@@ -195,4 +195,11 @@ void FGRotation::Debug(int from)
         cout << "FGRotation::R (Yaw Rate) out of bounds: " << vPQR(eR) << endl;
     }
   }
+  if (debug_lvl & 64) {
+    if (from == 0) { // Constructor
+      cout << IdSrc << endl;
+      cout << IdHdr << endl;
+    }
+  }
 }
+