|
From: Bertrand C. <bco...@gm...> - 2011-02-06 19:36:31
|
2011/2/6 Torsten Dreyer <To...@t3...>: > I'm curently testing various aircraft on Windows and Linux and I hope to get > this commited later today. > Torsten, I have checked your code and it breaks the previous behaviour for JSBSim. Your code is overwriting JSBSim values during initialization, I would rather do it the other way around and make JSBSim overwrite FlightGear default values. Especially because the capacity of all the tanks is now set to zero instead of using the FDM model definition. Enclosed is a patch that restores the normal behaviour : fuel capacity, level and density are set after the values defined in the aircraft JSBSim XML definition. Bertrand. |