Fix problem in Info return value when checking input parameter
authorjulie <julielangou@users.noreply.github.com>
Tue, 7 Oct 2014 04:13:57 +0000 (04:13 +0000)
committerjulie <julielangou@users.noreply.github.com>
Tue, 7 Oct 2014 04:13:57 +0000 (04:13 +0000)
commitbbe0f64dbb8a9fd1996294011a86338d89696ab8
treea7b4da17b5eb8d34a505065b4124199f2662644e
parentb41b7aa47263069794edfa57a4a0dc8ed598def7
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
SRC/dlaed7.f
SRC/slaed7.f