Merge pull request #1757 from brada4/develop

fix small typo in strmm_ LN
This commit is contained in:
Martin Kroeker 2018-09-09 22:55:15 +02:00 committed by GitHub
commit 3abc22a5bf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -661,7 +661,7 @@ int CNAME(BLASLONG m, BLASLONG n, FLOAT *a, BLASLONG lda, BLASLONG posX, BLASLON
b[ 9] = ZERO;
b[ 10] = ZERO;
b[ 11] = ZERO;
b[ 11] = ZERO;
b[ 12] = ZERO;
b[ 13] = ZERO;
b[ 14] = ZERO;
b[ 15] = ZERO;