Skip to content
Merged
Next Next commit
SORCSD2BY1: remove dead code
The zeros are overwritten by the following SORGQR call.
  • Loading branch information
christoph-conrads committed Jul 10, 2022
commit d245b4f6ef5ed18cff4ef53d75a96b49f259bc3a
3 changes: 0 additions & 3 deletions SRC/sorcsd2by1.f
Original file line number Diff line number Diff line change
Expand Up @@ -676,9 +676,6 @@ SUBROUTINE SORCSD2BY1( JOBU1, JOBU2, JOBV1T, M, P, Q, X11, LDX11,
END IF
IF( WANTU1 .AND. P .GT. 0 ) THEN
CALL SCOPY( P, WORK(IORBDB), 1, U1, 1 )
DO J = 2, P
U1(1,J) = ZERO
END DO
CALL SLACPY( 'L', P-1, M-Q-1, X11(2,1), LDX11, U1(2,2),
$ LDU1 )
CALL SORGQR( P, P, M-Q, U1, LDU1, WORK(ITAUP1),
Expand Down