Skip to content

Commit 304fa30

Browse files
authored
Fix line reflow on addition of _64 symbol suffixes
1 parent ba83427 commit 304fa30

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

SRC/DEPRECATED/cgelsx.f

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -364,8 +364,8 @@ SUBROUTINE CGELSX( M, N, NRHS, A, LDA, B, LDB, JPVT, RCOND,
364364
*
365365
* B(1:M,1:NRHS) := Q**H * B(1:M,1:NRHS)
366366
*
367-
CALL CUNM2R( 'Left', 'Conjugate transpose', M, NRHS, MN, A, LDA,
368-
$ WORK( 1 ), B, LDB, WORK( 2*MN+1 ), INFO )
367+
CALL CUNM2R( 'Left', 'Conjugate transpose', M, NRHS, MN, A,
368+
$ LDA, WORK( 1 ), B, LDB, WORK( 2*MN+1 ), INFO )
369369
*
370370
* workspace NRHS
371371
*

0 commit comments

Comments
 (0)