From b6e8a47fcafebda8d3195a02664a67a1dff29d9a Mon Sep 17 00:00:00 2001 From: Viet Dinh Date: Mon, 2 Nov 2015 09:28:37 -0500 Subject: [PATCH] fix whitespace errors --- modules/core/src/mathfuncs.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/core/src/mathfuncs.cpp b/modules/core/src/mathfuncs.cpp index 8465a3d..d8be987 100644 --- a/modules/core/src/mathfuncs.cpp +++ b/modules/core/src/mathfuncs.cpp @@ -2469,6 +2469,7 @@ int cv::solveCubic( InputArray _coeffs, OutputArray _roots ) double cv::solvePoly( InputArray _coeffs0, OutputArray _roots0, int maxIters ) { typedef Complex C; + double maxDiff = 0; int iter, i, j; Mat coeffs0 = _coeffs0.getMat(); -- 2.7.4