]> git.mxchange.org Git - flightgear.git/blobdiff - src/FDM/JSBSim/FGTable.cpp
Updated to latest JSBSim, including preliminary support for
[flightgear.git] / src / FDM / JSBSim / FGTable.cpp
index 0c564a1c759f365bd82b475931bd0599c1ad75f6..103e7e0f0b594a68c329a0c6b27c790fa9799f9e 100644 (file)
@@ -266,6 +266,13 @@ void FGTable::Debug(int from)
   }
   if (debug_lvl & 16) { // Sanity checking
   }
+  if (debug_lvl & 64) {
+    if (from == 0) { // Constructor
+      cout << IdSrc << endl;
+      cout << IdHdr << endl;
+    }
+  }
 }
 
 
+