Skip to content

Commit 5b2eb79

Browse files
author
Kai Luo
committed
Fix: remove rwork from ssyevx function declaration
1 parent cd52ac3 commit 5b2eb79

File tree

1 file changed

+1
-1
lines changed
  • source/source_base/module_container/base/third_party

1 file changed

+1
-1
lines changed

source/source_base/module_container/base/third_party/lapack.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ void ssyevx_(const char* jobz, const char* range, const char* uplo, const int* n
110110
float* a, const int* lda,
111111
const float* vl, const float* vu, const int* il, const int* iu,
112112
const float* abstol, int* m, float* w, float* z, const int* ldz,
113-
float* work, const int* lwork, float* rwork, int* iwork, int* ifail, int* info);
113+
float* work, const int* lwork, int* iwork, int* ifail, int* info);
114114

115115
void dsyevx_(const char* jobz, const char* range, const char* uplo, const int* n,
116116
double* a, const int* lda,

0 commit comments

Comments
 (0)