re: [Flightgear-devel] Re: JSBSim BUG?

2001-11-30 Thread David Megginson
[EMAIL PROTECTED] writes: ../FGEngine.h, line 186: warning(1171): expression has no effect void SetEngineNumber(int nn) {EngineNumber == nn;} Yes, I have just noticed that but cannot figure out what the hell that's all about. Am I missing something obvious? == instead of =

RE: [Flightgear-devel] Re: JSBSim BUG?

2001-11-30 Thread Vallevand, Mark K
Perhaps you mean '=' instead of '=='? void SetEngineNumber(int nn) {EngineNumber = nn;} Regards. Mark K Vallevand Fat, dumb and happy. 2 out of 3 ain't bad. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Friday, November 30, 2001 10:08 AM To: