From 1bc9a30ef7235c89b7eaa2fdf013314a91099a3f Mon Sep 17 00:00:00 2001 From: Charles Lohr Date: Sat, 17 Dec 2016 23:38:33 -0500 Subject: change camfind.c to handle bigger data files. --- tools/planetest2/camfind.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools') 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 #define PTS 32 -#define MAX_CHECKS 30000 +#define MAX_CHECKS 40000 #define MIN_HITS_FOR_VALID 10 FLT hmd_points[PTS*3]; -- cgit v1.2.3