From bed36bea53761aa380e0f41f4d7c5b83bfab1961 Mon Sep 17 00:00:00 2001 From: Martin Miller Date: Wed, 5 Jul 2017 00:06:36 -0500 Subject: fix covias definition --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/main.cpp b/src/main.cpp index ebeb818..08b56ff 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -39,7 +39,7 @@ double canoeheight = -0.46; double ransac_li_threshold = 1.8e-6; double ransac_hi_threshold = 0.25; -double covbias 2e-5; +double covbias = 2e-5; using std::cout; using std::endl; -- cgit v1.1