aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorCharles Lohr <lohr85@gmail.com>2016-12-17 23:38:33 -0500
committerCharles Lohr <lohr85@gmail.com>2016-12-17 23:38:33 -0500
commit1bc9a30ef7235c89b7eaa2fdf013314a91099a3f (patch)
treee0d13cef1bed38f8fe4c4348bcbf8449f7b4f40e /tools
parent481ace00a16137c046d8d819ed8db2661ad4ebf0 (diff)
downloadlibsurvive-1bc9a30ef7235c89b7eaa2fdf013314a91099a3f.tar.gz
libsurvive-1bc9a30ef7235c89b7eaa2fdf013314a91099a3f.tar.bz2
change camfind.c to handle bigger data files.
Diffstat (limited to 'tools')
-rw-r--r--tools/planetest2/camfind.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/planetest2/camfind.c b/tools/planetest2/camfind.c
index 796ebbf..ff444fa 100644
--- a/tools/planetest2/camfind.c
+++ b/tools/planetest2/camfind.c
@@ -6,7 +6,7 @@
#include <math.h>
#define PTS 32
-#define MAX_CHECKS 30000
+#define MAX_CHECKS 40000
#define MIN_HITS_FOR_VALID 10
FLT hmd_points[PTS*3];