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".

-c

-- 
Chris Metzler                   [EMAIL PROTECTED]
                (remove "snip-me." to email)

"As a child I understood how to give; I have forgotten this grace since I
have become civilized." - Chief Luther Standing Bear

Attachment: pgpynWhkvRVXj.pgp
Description: PGP signature

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

Reply via email to