Update zscal.c

This commit is contained in:
Martin Kroeker 2024-07-31 07:09:16 +02:00 committed by GitHub
parent 892b65c22d
commit a842008ab4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -367,7 +367,7 @@ int CNAME(BLASLONG n, BLASLONG dummy0, BLASLONG dummy1, FLOAT da_r, FLOAT da_i,
x[i] = NAN; x[i] = NAN;
x[i + 1] = da_r; x[i + 1] = da_r;
i += 2; i += 2;
j++ j++;
} }
} else { } else {