Fix harmless typo

fixes #1872
This commit is contained in:
Martin Kroeker
2018-11-16 14:58:28 +01:00
committed by GitHub
parent ecbeb802a0
commit 368d14f8c8

View File

@@ -165,7 +165,7 @@ int CNAME(BLASLONG m, BLASLONG n, FLOAT *alpha, FLOAT *a, BLASLONG lda, FLOAT *x
BLASLONG width, i, num_cpu;
#if !defined(TRANSA) && !defined(iUNSAFE)
#if !defined(TRANSA) && !defined(UNSAFE)
int split_x=0;
#endif