Browse Source
Merge pull request #2308 from martin-frbg/ctestfix
Fix potential issue in the c/z blas3 ctests
tags/v0.3.8^2
Martin Kroeker
GitHub
6 years ago
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
4 additions and
0 deletions
-
ctest/c_cblat3.f
-
ctest/c_zblat3.f
|
|
|
@@ -1503,6 +1503,8 @@ C $ ' .' ) |
|
|
|
NC = 0 |
|
|
|
RESET = .TRUE. |
|
|
|
ERRMAX = RZERO |
|
|
|
RALS = RONE |
|
|
|
RBETS = RONE |
|
|
|
* |
|
|
|
DO 100 IN = 1, NIDIM |
|
|
|
N = IDIM( IN ) |
|
|
|
|
|
|
|
@@ -1504,6 +1504,8 @@ C $ ' .' ) |
|
|
|
NC = 0 |
|
|
|
RESET = .TRUE. |
|
|
|
ERRMAX = RZERO |
|
|
|
RALS = RONE |
|
|
|
RBETS = RONE |
|
|
|
* |
|
|
|
DO 100 IN = 1, NIDIM |
|
|
|
N = IDIM( IN ) |
|
|
|
|