[wfrog] r890 committed - Correct bug in check page: pressure was avg instead of max and min.

0 views
Skip to first unread message

wf...@googlecode.com

unread,
Mar 1, 2012, 3:42:44 PM3/1/12
to wfrog-a...@googlegroups.com
Revision: 890
Author: jordi.p...@gmail.com
Date: Thu Mar 1 12:41:55 2012
Log: Correct bug in check page: pressure was avg instead of max and
min.

http://code.google.com/p/wfrog/source/detail?r=890

Modified:
/trunk/wfrender/config/default/check.yaml

=======================================
--- /trunk/wfrender/config/default/check.yaml Fri Jan 7 14:41:33 2011
+++ /trunk/wfrender/config/default/check.yaml Thu Mar 1 12:41:55 2012
@@ -21,8 +21,8 @@
min: !min { index: hum }
max: !max { index: hum }
press:
- min: !avg { index: pressure }
- max: !avg { index: pressure }
+ min: !min { index: pressure }
+ max: !max { index: pressure }
count: !count { index: pressure }
wind:
max: !max { index: wind_gust }

Reply all
Reply to author
Forward
0 new messages