Re: [Flightgear-devel] [Flightgear-cvslogs] CVS: source/src/Environment atmosphere.cxx, 1.3, 1.4 atmosphere.hxx, 1.3, 1.4 environment.cxx, 1.27, 1.28 environment.hxx, 1.11, 1.12

2009-09-20 Thread John Denker
On 09/20/09 08:52, Torsten Dreyer wrote: > Hi John, > > I just fixed what appeared to me as a bug: > mixing altitude_ft and altitude_m and wrong sign when computing temperature > at > sea level from temperature at altitude. > Can you check and confirm that this is correct and reflects your orig

Re: [Flightgear-devel] [Flightgear-cvslogs] CVS: source/src/Environment atmosphere.cxx, 1.3, 1.4 atmosphere.hxx, 1.3, 1.4 environment.cxx, 1.27, 1.28 environment.hxx, 1.11, 1.12

2009-09-13 Thread John Denker
On 09/13/09 19:22, Ron Jensen wrote: > 639 : timoore 1.28 if (elevation_ft >= ISA_def[1].height) { > 640 : SG_LOG(SG_GENERAL, SG_ALERT, "recalc_sl_temperature: " > 641 : << "valid only in troposphere, not " << elevation_ft); > 642 : return; > > > Quick question. The old code would

Re: [Flightgear-devel] [Flightgear-cvslogs] CVS: source/src/Environment atmosphere.cxx, 1.3, 1.4 atmosphere.hxx, 1.3, 1.4 environment.cxx, 1.27, 1.28 environment.hxx, 1.11, 1.12

2009-09-13 Thread Ron Jensen
On Sat, 2009-09-12 at 10:21 -0500, Tim Moore wrote: > Update of /var/cvs/FlightGear-0.9/source/src/Environment > In directory baron.flightgear.org:/tmp/cvs-serv2733/src/Environment > > Modified Files: > atmosphere.cxx atmosphere.hxx environment.cxx environment.hxx > Log Message: > Merge bra