]> git.mxchange.org Git - flightgear.git/blobdiff - src/FDM/JSBSim/FGMassBalance.cpp
First steps in a weather reorganization. Note especially that
[flightgear.git] / src / FDM / JSBSim / FGMassBalance.cpp
index 2770191ab82833368ac50f7343684b5218c84d55..b6a4619d91bcc127960a1bad550cdf55e82d71f4 100644 (file)
@@ -231,5 +231,11 @@ void FGMassBalance::Debug(int from)
         cout << "MassBalance::Mass out of bounds: " << Mass << endl;
     }
   }
+  if (debug_lvl & 64) {
+    if (from == 0) { // Constructor
+      cout << IdSrc << endl;
+      cout << IdHdr << endl;
+    }
+  }
 }