]> git.mxchange.org Git - flightgear.git/blobdiff - src/FDM/JSBSim/FGTranslation.cpp
Removed FGMatrix.* because it is no longer used by JSBSim.
[flightgear.git] / src / FDM / JSBSim / FGTranslation.cpp
index d191b8c74371469772d2a628c6399da629999da0..fe6714dfe97dd24cef98762f6eedd3d00865fc60 100644 (file)
@@ -212,4 +212,11 @@ void FGTranslation::Debug(int from)
     if (qbar > 1e6 || qbar < 0.00)
       cout << "FGTranslation::qbar is out of bounds: " << qbar << endl;
   }
+  if (debug_lvl & 64) {
+    if (from == 0) { // Constructor
+      cout << IdSrc << endl;
+      cout << IdHdr << endl;
+    }
+  }
 }
+