Restore initialization of data01,data02

This commit is contained in:
Martin Kroeker 2023-07-13 23:21:18 +02:00 committed by GitHub
parent affeef0b9c
commit 9567305e4c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ int CNAME(BLASLONG m, BLASLONG n, FLOAT *a, BLASLONG lda, BLASLONG offset, FLOAT
BLASLONG i, ii, j, jj;
FLOAT data01, data02;
FLOAT data01=0.0, data02=0.0;
FLOAT *a1;
lda *= 2;