mirror of
https://github.com/opencv/opencv.git
synced 2025-08-06 06:26:29 +08:00
fix whitespace errors
This commit is contained in:
parent
ed0065266e
commit
b6e8a47fca
@ -2469,6 +2469,7 @@ int cv::solveCubic( InputArray _coeffs, OutputArray _roots )
|
||||
double cv::solvePoly( InputArray _coeffs0, OutputArray _roots0, int maxIters )
|
||||
{
|
||||
typedef Complex<double> C;
|
||||
|
||||
double maxDiff = 0;
|
||||
int iter, i, j;
|
||||
Mat coeffs0 = _coeffs0.getMat();
|
||||
|
Loading…
Reference in New Issue
Block a user