Corrected an error caused by a recent commit that was attempting

to avoid bogus values for array pitch in the direction in which
a cell is not arrayed:  If the array declares an ANGLE of 90 or
270, then rows and columns are effectively swapped for the
purpose of figuring out which coordinate direction should be
ignored in the input.  The original example did not use ANGLE
and so the exception was not handled.
This commit is contained in:
R. Timothy Edwards
2026-03-16 12:50:17 -04:00
parent 058b320c3f
commit 7d9167257a
2 changed files with 16 additions and 7 deletions
+1 -1
View File
@@ -1 +1 @@
8.3.621
8.3.623