On Sun, Oct 30, 2011 at 10:20 PM, Durk Talsma <durkt...@gmail.com> wrote:
>
> Nasal runtime error in Nasal/local_weather/local_weather.nas:line 1480, no 
> such symbol 'c'. The offending line is:
>
> local_weather.cloudassembly.rel_alt = c.alt - c.mean_alt

The variable c is indeed not defined anywhere I can see. My *guess* is
the line should read:

local_weather.cloudAssembly.rel_alt = alt - cloud_mean_altitude;

That should make nasal happy, but whether it does what was originally
intended, I do not know.

-- 
Csaba/Jester

------------------------------------------------------------------------------
Get your Android app more play: Bring it to the BlackBerry PlayBook 
in minutes. BlackBerry App World&#153; now supports Android&#153; Apps 
for the BlackBerry&reg; PlayBook&#153;. Discover just how easy and simple 
it is! http://p.sf.net/sfu/android-dev2dev
_______________________________________________
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel

Reply via email to