aboutsummaryrefslogtreecommitdiff
path: root/src/survive_cal_lhfind.c
diff options
context:
space:
mode:
authorcnlohr <lohr85@gmail.com>2017-03-02 22:20:07 -0500
committercnlohr <lohr85@gmail.com>2017-03-02 22:20:07 -0500
commit9d1b1d09ed51344c8ca7b4f0a94f5841ee2c509e (patch)
tree33d7c869d0d67f0a2dd9f785a4b7f860bf9a8883 /src/survive_cal_lhfind.c
parent6cc609204ba7ea1bd0a903cf918a2b7eea979b91 (diff)
downloadlibsurvive-9d1b1d09ed51344c8ca7b4f0a94f5841ee2c509e.tar.gz
libsurvive-9d1b1d09ed51344c8ca7b4f0a94f5841ee2c509e.tar.bz2
cleanup, add some logging data to calinfo, open up restrictive rules about sensor positions, clean cleans redist/
Diffstat (limited to 'src/survive_cal_lhfind.c')
-rw-r--r--src/survive_cal_lhfind.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/survive_cal_lhfind.c b/src/survive_cal_lhfind.c
index e1e5fc9..93d9dc0 100644
--- a/src/survive_cal_lhfind.c
+++ b/src/survive_cal_lhfind.c
@@ -129,7 +129,7 @@ int survive_cal_lhfind( struct SurviveCalData * cd )
fullrange *= 0.25;
}
- if( beste > 0.005 )
+ if( beste > 0.01 )
{
//Error too high
SV_ERROR( "LH: %d / Best E %f Error too high\n", lh, beste );