Browse Source
Merge pull request #3238 from martin-frbg/lapack555
Correct function name in error message from SLASQ2 (LAPACK PR555)
tags/v0.3.16^2
Martin Kroeker
GitHub
5 years ago
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
lapack-netlib/SRC/slasq2.f
|
|
|
@@ -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 |
|
|
|
|