mirror of
https://github.com/nwchemgit/nwchem.git
synced 2026-07-27 13:45:27 -04:00
Update int_2e_sifs.F
Removing superfluous passing of ifmt
This commit is contained in:
parent
2edc74134f
commit
34831ea137
1 changed files with 3 additions and 3 deletions
|
|
@ -1,5 +1,5 @@
|
|||
subroutine int_2e_sifs( geom, basis, tol2e, oskel, aoint2, ninfo,
|
||||
& info, ifmt, ibvtyp, ibitv, clabs)
|
||||
& info, ibvtyp, ibitv, clabs)
|
||||
c
|
||||
implicit none
|
||||
#include "errquit.fh"
|
||||
|
|
@ -19,7 +19,7 @@ c arguments
|
|||
c
|
||||
integer geom, basis ! [input] parameter handles
|
||||
integer aoint2
|
||||
integer ninfo, ifmt, ibvtyp
|
||||
integer ninfo, ibvtyp
|
||||
integer ibitv
|
||||
integer info(ninfo)
|
||||
double precision tol2e ! [input] integral selection threshold
|
||||
|
|
@ -185,7 +185,7 @@ cgk end
|
|||
|
||||
call int_2e_sifs_a( geom, basis, ablklen, tol2e, oskel,
|
||||
$ dbl_mb(k_atmp), int_mb(k_block), nblock, aoint2, ninfo,
|
||||
& info, ifmt, ibvtyp, ibitv, clabs)
|
||||
& info, ibvtyp, ibitv, clabs)
|
||||
|
||||
cgk debug
|
||||
* write(*,*)'gk: back from int_2e_sifs_a'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue