Chris Metzler wrote

> Sent: 31 July 2004 23:14
> To: FlightGear developers discussions
> Subject: Re: [Flightgear-devel] CVS - problem
> 
> 
> On Sat, 31 Jul 2004 16:11:29 +0100
> "Vivian Meazza" <[EMAIL PROTECTED]> wrote:
> >
> > 
> > I downloaded FGFS cvs this morning. There appears to be an error in
> > gui.nas:
> > 
> >  166 if(cap   1) { continue; }
> > 
> > I assume this to be a typo or corruption. I guess that it should be
> > 
> >  166 if(cap <= 0.1) { continue; }
> > 
> > ISR this having been mentioned at some time. Even if this line is 
> > corrected, it doesn't seem to work with JBS models. Has an 
> old version 
> > crept back in? Let's hope it's not in release 0.9.5, 
> although it's not 
> > critical.
> 
> I have:
> 
> }        # Hack, to ignore the "ghost" tanks created by the C++ code.
> }        if(cap < 1) { continue; }
> }
> }        title = tcell(fuelTable, "text", i+1, 0);
> 
> that is, "< 1" rather than "<= 0.1".
> 

Is that from a recent download? I updated again this morning, and still get 

166 if(cap   1) { continue; }

" < 1 " still doesn't seem to work with JBS models.

Regards,

Vivian




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

Reply via email to