> This is a "call stack" during JSBsim FG startup:
>
> FGJSBsim::set_Euler_Angles( double phi, double theta, double psi )
>     fgic->SetPitchAngleRadIC(theta)
>         getAlpha()
>             solve(&alpha,0)
>                 GammaEqOfAlpha(double Alpha)
>
> Because all velocity members are 0 , 'GammaEqOfAlpha()' must return always
> 0, so both f1 and f3 locals of 'solve()' gets zero and  ...  (for MSVC FG
> users well known) division by the zero is performed in next ...

This is definitely a question for Tony. I am sure he will address your
question as soon as he is able. If I have time (which I probably will not) I
may take a look myself.

Jon


_______________________________________________
Flightgear-devel mailing list
[EMAIL PROTECTED]
http://mail.flightgear.org/mailman/listinfo/flightgear-devel

Reply via email to