Skip to content

Commit 319d40e

Browse files
author
Maarten Baert
committed
Change new label number in DLASD7 to keep the order consistent
1 parent d1f15f5 commit 319d40e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

SRC/dlasd7.f

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -494,9 +494,9 @@ SUBROUTINE DLASD7( ICOMPQ, NL, NR, SQRE, K, D, Z, ZW, VF, VFW,
494494
* If J - JPREV is greater than 1, the indices in between
495495
* must be shifted to preserve the correct output order.
496496
*
497-
DO 130 JP = JPREV, J - 1
497+
DO 85 JP = JPREV, J - 1
498498
IDXP( K2 + J - 1 - JP ) = JP
499-
130 CONTINUE
499+
85 CONTINUE
500500
JPREV = J
501501
ELSE
502502
K = K + 1

0 commit comments

Comments
 (0)