mirror of
https://github.com/nwchemgit/nwchem.git
synced 2026-07-28 22:25:48 -04:00
fix for ygetrs.F
This commit is contained in:
parent
8543695922
commit
1f0a34a8e1
1 changed files with 2 additions and 2 deletions
|
|
@ -6,7 +6,7 @@
|
|||
#include "y64.fh"
|
||||
character*1 trans
|
||||
integer ipiv(*)
|
||||
integer info, lda, ldb, n, nrhs, lwork
|
||||
integer info, lda, ldb, n, nrhs
|
||||
double precision a( lda, * ), b(ldb, * )
|
||||
c
|
||||
INTGR4 n4, info4, lda4, ldb4, nrhs4
|
||||
|
|
@ -15,7 +15,7 @@ c
|
|||
nrhs4 = nrhs
|
||||
lda4 = lda
|
||||
ldb4 = ldb
|
||||
lwork4 = lwork
|
||||
info4 = 0
|
||||
c
|
||||
call dgetrs(trans, n4, nrhs4, a, lda4, ipiv, b, ldb4, info4)
|
||||
info=info4
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue