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

This commit is contained in:
Martin Kroeker 2021-05-17 14:47:14 +02:00 committed by GitHub
parent 4ecf631f95
commit 5c729c6dce
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