Skip to content

Commit 28eaeef

Browse files
SORCSD2BY1: remove dead code
The zeros are overwritten by the following SORGQR call.
1 parent 5d4180c commit 28eaeef

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

SRC/sorcsd2by1.f

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -676,9 +676,6 @@ SUBROUTINE SORCSD2BY1( JOBU1, JOBU2, JOBV1T, M, P, Q, X11, LDX11,
676676
END IF
677677
IF( WANTU1 .AND. P .GT. 0 ) THEN
678678
CALL SCOPY( P, WORK(IORBDB), 1, U1, 1 )
679-
DO J = 2, P
680-
U1(1,J) = ZERO
681-
END DO
682679
CALL SLACPY( 'L', P-1, M-Q-1, X11(2,1), LDX11, U1(2,2),
683680
$ LDU1 )
684681
CALL SORGQR( P, P, M-Q, U1, LDU1, WORK(ITAUP1),

0 commit comments

Comments
 (0)