Change new label number in DLASD7 to keep the order consistent

This commit is contained in:
Maarten Baert
2025-06-28 12:26:09 +02:00
parent d1f15f53c4
commit 319d40ec15
+2 -2
View File
@@ -494,9 +494,9 @@
* If J - JPREV is greater than 1, the indices in between
* must be shifted to preserve the correct output order.
*
DO 130 JP = JPREV, J - 1
DO 85 JP = JPREV, J - 1
IDXP( K2 + J - 1 - JP ) = JP
130 CONTINUE
85 CONTINUE
JPREV = J
ELSE
K = K + 1