Browse Source

Correct function name in error message from SLASQ2 (Reference-LAPACK PR 555)

tags/v0.3.16^2
Martin Kroeker GitHub 4 years ago
parent
commit
5c729c6dce
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      lapack-netlib/SRC/slasq2.f

+ 1
- 1
lapack-netlib/SRC/slasq2.f View File

@@ -185,7 +185,7 @@
*
IF( Z( 1 ).LT.ZERO ) THEN
INFO = -201
CALL XERBLA( 'DLASQ2', 2 )
CALL XERBLA( 'SLASQ2', 2 )
RETURN
ELSE IF( Z( 2 ).LT.ZERO ) THEN
INFO = -202


Loading…
Cancel
Save