Skip to content

Commit d6bf599

Browse files
authored
(typo) Fix variable name
1 parent ea65bb7 commit d6bf599

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

SRC/sgeqp3.f

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ SUBROUTINE SGEQP3( M, N, A, LDA, JPVT, TAU, WORK, LWORK, INFO )
239239
*
240240
* Quick return if possible.
241241
*
242-
IF( MINMNM.EQ.0 ) RETURN
242+
IF( MINMN.EQ.0 ) RETURN
243243
*
244244
NFXD = NFXD - 1
245245
*

0 commit comments

Comments
 (0)