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