[Phphtmllib-devel] SF.net SVN: phphtmllib:[3522] trunk/open2300/lib/modules/api/ AviationWeather.in
Status: Beta
Brought to you by:
hemna
From: <he...@us...> - 2010-06-28 23:21:59
|
Revision: 3522 http://phphtmllib.svn.sourceforge.net/phphtmllib/?rev=3522&view=rev Author: hemna Date: 2010-06-28 23:21:53 +0000 (Mon, 28 Jun 2010) Log Message: ----------- fixed Modified Paths: -------------- trunk/open2300/lib/modules/api/AviationWeather.inc Modified: trunk/open2300/lib/modules/api/AviationWeather.inc =================================================================== --- trunk/open2300/lib/modules/api/AviationWeather.inc 2010-06-28 23:20:40 UTC (rev 3521) +++ trunk/open2300/lib/modules/api/AviationWeather.inc 2010-06-28 23:21:53 UTC (rev 3522) @@ -828,8 +828,8 @@ // Calculate the vapor pressures (mb) given the ambient temperature (c) and dewpoint (c) - $esmb = $this->calcVaporPressure_wobus($tempC); - $emb = $this->calcVaporPressure_wobus($dewC); + $esmb = $this->vapr_pressure($tempC); + $emb = $this->vapr_pressure($dewC); // Calculate geopotential altitude H (m) from geometric altitude (m) Z This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |