Bug fix in SLAMSWLQ; fix type mismatches.
authorJeffreySax <jeffrey@extremeoptimization.com>
Tue, 9 May 2017 14:05:30 +0000 (10:05 -0400)
committerJeffreySax <jeffrey@extremeoptimization.com>
Tue, 9 May 2017 14:05:30 +0000 (10:05 -0400)
commit56c8d0b841db09174657a4afb508ab3588f25ca8
tree49b0eb8ee7c01593306317c10f044c7f7346978a
parent68a2f71a7b5863e24fcfe0372c2ac5353bfc0451
Bug fix in SLAMSWLQ; fix type mismatches.

- Fix: SLAMSWLQ calls DGEMLQT instead of SGEMLQT.
- Use dummy variable for ?LANGE work array argument in [CS]GETSLS.
- Use 1-element array for workspace query in ?GETSLS.
- Fix PARAMETER declaration type mismatches in ILASLC, IPARAM2STAGE,
SGELQT3, ZHECON_3, ZHECON_ROOK, ZHETRI2X.
SRC/cgetsls.f
SRC/dgetsls.f
SRC/ilaslc.f
SRC/iparam2stage.F
SRC/sgelqt3.f
SRC/sgetsls.f
SRC/slamswlq.f
SRC/zgetsls.f
SRC/zhecon_3.f
SRC/zhecon_rook.f
SRC/zhetri2x.f