Commit 57829d81 authored by Viet Dinh's avatar Viet Dinh

mac compile error

parent 68bcff26
......@@ -2436,7 +2436,7 @@ int cv::solveCubic( InputArray _coeffs, OutputArray _roots )
x2 = t0 * cos(t1 + (4.*CV_PI/3)) - t2;
n = 3;
}
else if( d == 0)
else if( d == 0 )
{
if(R >= 0)
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment