Commit 0414c82c authored by Andrey Filippov's avatar Andrey Filippov

debugging

parent 5b0abf38
......@@ -3321,6 +3321,10 @@ public class MatchSimulatedPattern {
iUVRef[1]=iUVdir[1]+directionsUV[iUVdir[2]][1];
double [][] refCell=PATTERN_GRID[iUVRef[1]][iUVRef[0]]; // should never be null as it is an old one
if (refCell==null){
System.out.println("refCell==null");
continue;
}
//found reference cell, calculate x/y, make sure it is inside the selection w/o borders
double [][] wv=new double [2][];
wv[0]=refCell[1];
......
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