mirror of
https://github.com/opencv/opencv.git
synced 2024-11-29 13:47:32 +08:00
mac compile error
This commit is contained in:
parent
68bcff26fb
commit
57829d81ea
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user