diff options
author | julie <julielangou@users.noreply.github.com> | 2014-10-07 04:13:57 +0000 |
---|---|---|
committer | julie <julielangou@users.noreply.github.com> | 2014-10-07 04:13:57 +0000 |
commit | bbe0f64dbb8a9fd1996294011a86338d89696ab8 (patch) | |
tree | a7b4da17b5eb8d34a505065b4124199f2662644e /lapacke/src/lapacke_dtgevc.c | |
parent | b41b7aa47263069794edfa57a4a0dc8ed598def7 (diff) | |
download | lapack-bbe0f64dbb8a9fd1996294011a86338d89696ab8.tar.gz lapack-bbe0f64dbb8a9fd1996294011a86338d89696ab8.tar.bz2 lapack-bbe0f64dbb8a9fd1996294011a86338d89696ab8.zip |
Fix problem in Info return value when checking input parameter
Definition of xLAED7( ICOMPQ, N, QSIZ, TLVLS, CURLVL, CURPBM, D, Q, [ etc..]
QSIZ is the third argument, not the fourth
ELSE IF( ICOMPQ.EQ.1 .AND. QSIZ.LT.N ) THEN
- INFO = -4
+ INFO = -3
Bug reported by Elena Ivanova (Oracle) directly to Julie on Oct 2nd 2014
Bug labelled as Bug122
Diffstat (limited to 'lapacke/src/lapacke_dtgevc.c')
0 files changed, 0 insertions, 0 deletions