1
0
mirror of https://github.com/agdsn/ancient-weatherstation.git synced 2026-06-19 23:07:59 +00:00

third addition to last fix

git-svn-id: file:///home/jan/tmp/wetterstation/trunk@214 dd492736-c11a-0410-ad51-8c26713eaf7f
This commit is contained in:
losinshi
2007-01-08 20:52:32 +00:00
parent 7918f173ed
commit 774cb8dd23
+2 -2
View File
@@ -257,7 +257,7 @@ pix_list_ptr get_max_elem(){
return min;
}
double get_max_val(){
return real_max * 0.1 ;
return real_max * img_cfg.val_koeff ;
}
@@ -267,7 +267,7 @@ pix_list_ptr get_min_elem(){
return max;
}
double get_min_val(){
return real_min * 0.1 ;
return real_min * img_cfg.val_koeff ;
}