[Phphtmllib-devel] SF.net SVN: phphtmllib:[3525] trunk/open2300/lib/modules/api/ AviationWeather.in
Status: Beta
Brought to you by:
hemna
|
From: <he...@us...> - 2010-06-28 23:27:19
|
Revision: 3525
http://phphtmllib.svn.sourceforge.net/phphtmllib/?rev=3525&view=rev
Author: hemna
Date: 2010-06-28 23:27:13 +0000 (Mon, 28 Jun 2010)
Log Message:
-----------
return
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:25:24 UTC (rev 3524)
+++ trunk/open2300/lib/modules/api/AviationWeather.inc 2010-06-28 23:27:13 UTC (rev 3525)
@@ -839,10 +839,12 @@
var_dump ("Out of range for Troposhere Algorithm: Altitude =" . round($densalt,0) . " feet" );
return;
}
+
+ return round($densalt,0);
- var_dump("Absolute Pressure ".round($actpress,3));
- var_dump("Density altitude ".round($densalt,0));
- var_dump("Relative Density ".round($relden,2));
+// var_dump("Absolute Pressure ".round($actpress,3));
+// var_dump("Density altitude ".round($densalt,0));
+// var_dump("Relative Density ".round($relden,2));
}
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|