]> git.mxchange.org Git - flightgear.git/blobdiff - src/FDM/JSBSim/FGCoefficient.cpp
- fixed fuel-need calculations
[flightgear.git] / src / FDM / JSBSim / FGCoefficient.cpp
index 6838d86f08eae8280fd0564b8b0ee19439578c04..fa6973a65d9206ad762db94d224c67af38607a2c 100644 (file)
@@ -324,5 +324,11 @@ void FGCoefficient::Debug(int from)
   }
   if (debug_lvl & 16) { // Sanity checking
   }
+  if (debug_lvl & 64) {
+    if (from == 0) { // Constructor
+      cout << IdSrc << endl;
+      cout << IdHdr << endl;
+    }
+  }
 }