mirror of
https://github.com/nwchemgit/nwchem.git
synced 2026-07-29 06:35:39 -04:00
double precision replaced by complex*16 [ci skip]
This commit is contained in:
parent
e62e7e84f9
commit
5be632bbf9
2 changed files with 2 additions and 2 deletions
|
|
@ -6,7 +6,7 @@
|
|||
#include "y64.fh"
|
||||
integer ipiv(*)
|
||||
integer info, lda, m, n
|
||||
double precision a( lda, * )
|
||||
complex*16 a( lda, * )
|
||||
c
|
||||
INTGR4 m4,n4,info4,lda4
|
||||
c
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@
|
|||
character trans
|
||||
integer ipiv(*)
|
||||
integer info, lda, ldb, n, nrhs
|
||||
double precision a( lda, * ), b( ldb, * )
|
||||
complex*16 a( lda, * ), b( ldb, * )
|
||||
c
|
||||
INTGR4 n4,info4,lda4,ldb4,nrhs4
|
||||
c
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue