mirror of
https://github.com/nwchemgit/nwchem.git
synced 2026-07-29 06:35:39 -04:00
sngl_to_dbl
This commit is contained in:
parent
a19e207e27
commit
faf0b90036
1 changed files with 3 additions and 3 deletions
|
|
@ -1,4 +1,3 @@
|
|||
c
|
||||
c==========================================================
|
||||
c This stupid section is to try an localize the
|
||||
c interface differences between CRAY and the rest
|
||||
|
|
@ -19,6 +18,7 @@ c
|
|||
len = inp_strlen(fname)
|
||||
call wopen( unit, fname, len, nblk, istat, ierr )
|
||||
#else
|
||||
integer i
|
||||
double precision fdummy
|
||||
character*8 aunit
|
||||
equivalence (fdummy,aunit)
|
||||
|
|
@ -86,14 +86,14 @@ c
|
|||
double precision xu
|
||||
|
||||
xu = dunits(unit)
|
||||
call getwa( xu, v, addr, rlen, ierr )
|
||||
call getwa( xu, v, addr, len, ierr )
|
||||
#endif
|
||||
return
|
||||
end
|
||||
|
||||
|
||||
c
|
||||
c $Id: moints_semi.F,v 1.11 1996-01-19 07:31:52 d3g681 Exp $
|
||||
c $Id: moints_semi.F,v 1.12 1996-01-25 23:15:38 d3g681 Exp $
|
||||
c
|
||||
c Generates and writes out half-transformed
|
||||
c Coulomb and exchange integrals for some multipassed
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue