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:
parent
7918f173ed
commit
774cb8dd23
|
|
@ -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 ;
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue