|
From: Torsten D. <To...@t3...> - 2009-04-26 14:28:27
|
> But I think it would be better to figure out why JSBSim didn't untie the > property during the teardown phase and fix that rather than working around > the problem in the subsequent constrution phase. Yeah - right. But I think that would also mean more work to do/implement. The FGFDMExec destructor recursively unties all the properties under /fdm/jsbsim. It is definitely not a good idea for FGFDMExec to untie *all* properties from the root, so a list of properties that where tied is needed. Let's leave this as a homework for Jon as soon as he is back from his camping trip ;-) Torsten |