diff options
Diffstat (limited to 'src/main.cpp')
-rw-r--r-- | src/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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; |