Commit ca5bb1b6 authored by Andrey Filippov's avatar Andrey Filippov

typo

parent 07ab125e
...@@ -15374,7 +15374,7 @@ private double [][] jacobianByJacobian(double [][] jacobian, boolean [] mask) { ...@@ -15374,7 +15374,7 @@ private double [][] jacobianByJacobian(double [][] jacobian, boolean [] mask) {
} }
if (distPatPars==null) return null; if (distPatPars==null) return null;
if ((distPatPars[0].length<6) || (distPatPars[1].length<6)){ if ((distPatPars[0].length<6) || (distPatPars[1].length<6)){
System.out.println("Failure: findPatternFromGrid("+x0+","+y0+",...) returned only linear coeffitients"); System.out.println("Failure: findPatternFromGrid("+x0+","+y0+",...) returned only linear coefficients");
return null; return null;
} }
int [] iUV={(int) Math.floor(distPatPars[0][2]),(int) Math.floor(distPatPars[1][2])}; int [] iUV={(int) Math.floor(distPatPars[0][2]),(int) Math.floor(distPatPars[1][2])};
......
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