]> git.mxchange.org Git - flightgear.git/blobdiff - src/FDM/JSBSim/FGOutput.cpp
Removed FGMatrix.* because it is no longer used by JSBSim.
[flightgear.git] / src / FDM / JSBSim / FGOutput.cpp
index 5cc3d6e1344784905f9483658d65df78ca14f9be..5b1d3501a0708b0968f481b876748bd6ae28daba 100644 (file)
@@ -522,5 +522,11 @@ void FGOutput::Debug(int from)
   }
   if (debug_lvl & 16) { // Sanity checking
   }
+  if (debug_lvl & 64) {
+    if (from == 0) { // Constructor
+      cout << IdSrc << endl;
+      cout << IdHdr << endl;
+    }
+  }
 }