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
parent
commit
92315173d5
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 0 deletions
  1. +2
    -0
      ctest/c_cblat3.f
  2. +2
    -0
      ctest/c_zblat3.f

+ 2
- 0
ctest/c_cblat3.f View File

@@ -1503,6 +1503,8 @@ C $ ' .' )
NC = 0
RESET = .TRUE.
ERRMAX = RZERO
RALS = RONE
RBETS = RONE
*
DO 100 IN = 1, NIDIM
N = IDIM( IN )


+ 2
- 0
ctest/c_zblat3.f View File

@@ -1504,6 +1504,8 @@ C $ ' .' )
NC = 0
RESET = .TRUE.
ERRMAX = RZERO
RALS = RONE
RBETS = RONE
*
DO 100 IN = 1, NIDIM
N = IDIM( IN )


Loading…
Cancel
Save