199200201202203204205206207208209
} else{ // otherwise, we're good. // divide out by our x and y units newRow[0] = a1.divide(xEvalUnit.getValue()).getReal(Unit.ONE); newRow[j+1] = a2.divide(yEvalUnit.getValue()).getReal(Unit.ONE); x.add(newRow); mm++; } }