-
Alexander Duda authored
Problem is that iter1 += tcols, iter2 += tcols are called without check. row < trows - 1 check is processed after increment in "for" statements.
d594e725
Problem is that iter1 += tcols, iter2 += tcols are called without check. row < trows - 1 check is processed after increment in "for" statements.