Merge pull request #3238 from martin-frbg/lapack555

Correct function name in error message from SLASQ2 (LAPACK PR555)
This commit is contained in:
Martin Kroeker 2021-05-17 17:32:23 +02:00 committed by GitHub
commit 03b4d79a7e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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