Minor C code fixes in interface/

This commit is contained in:
Ralph Campbell
2015-09-03 18:00:12 +05:30
committed by Ashwin Sekhar T K
parent fbc21266e6
commit 55a0b27c01
6 changed files with 28 additions and 52 deletions

View File

@@ -121,7 +121,7 @@ void CNAME(enum CBLAS_ORDER order, enum CBLAS_UPLO Uplo, blasint n, FLOAT *ALPHA
FLOAT alpha_r = ALPHA[0];
FLOAT alpha_i = ALPHA[1];
FLOAT *buffer;
int trans, uplo;
int uplo;
blasint info;
#ifdef SMP
int nthreads;
@@ -129,7 +129,6 @@ void CNAME(enum CBLAS_ORDER order, enum CBLAS_UPLO Uplo, blasint n, FLOAT *ALPHA
PRINT_DEBUG_CNAME;
trans = -1;
uplo = -1;
info = 0;