Update dscal.c

This commit is contained in:
Martin Kroeker 2024-07-30 13:57:18 +02:00 committed by GitHub
parent 91f656cd76
commit bde5b902aa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -115,6 +115,7 @@ int CNAME(BLASLONG n, BLASLONG dummy0, BLASLONG dummy1, FLOAT da, FLOAT *x,
x[i] = 0.0; x[i] = 0.0;
else else
x[i] = NAN; x[i] = NAN;
j++;
} }
} }
} else { } else {