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:
@@ -257,7 +257,7 @@ pix_list_ptr get_max_elem(){
|
|||||||
return min;
|
return min;
|
||||||
}
|
}
|
||||||
double get_max_val(){
|
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;
|
return max;
|
||||||
}
|
}
|
||||||
double get_min_val(){
|
double get_min_val(){
|
||||||
return real_min * 0.1 ;
|
return real_min * img_cfg.val_koeff ;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user