aboutsummaryrefslogtreecommitdiff
path: root/LAPACKE
diff options
context:
space:
mode:
authorjulie <julielangou@users.noreply.github.com>2016-02-26 15:08:55 +0000
committerjulie <julielangou@users.noreply.github.com>2016-02-26 15:08:55 +0000
commit3c7e60578bae090e1c15643acb6028d6e6040e75 (patch)
tree9df10aa0fa2799e57ab6edc0f46677b9274984bf /LAPACKE
parente1a0877f47620ab1e34eb2e2f7d1d0ef42c42c1d (diff)
lapacke.h remove extra comma (one more)
Diffstat (limited to 'LAPACKE')
-rw-r--r--LAPACKE/include/lapacke.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/LAPACKE/include/lapacke.h b/LAPACKE/include/lapacke.h
index 7f91eb56..80784437 100644
--- a/LAPACKE/include/lapacke.h
+++ b/LAPACKE/include/lapacke.h
@@ -17277,7 +17277,7 @@ void LAPACK_zsyconv( char* uplo, char* way,
lapack_int* n, lapack_complex_double* a,
lapack_int* lda, const lapack_int* ipiv,
lapack_complex_double* e , lapack_int *info );
-void LAPACK_zsyswapr( char* uplo, lapack_int* n, , lapack_int lda,
+void LAPACK_zsyswapr( char* uplo, lapack_int* n, lapack_int lda,
lapack_complex_double* a, lapack_int* i1,
lapack_int* i2 );
void LAPACK_zsytri2( char* uplo, lapack_int* n,