mirror of
https://github.com/nwchemgit/nwchem.git
synced 2026-07-27 21:55:30 -04:00
Bug fix in int_qdr_ga
This commit is contained in:
parent
3a79daa201
commit
01f8b47d2b
1 changed files with 1 additions and 1 deletions
|
|
@ -239,7 +239,7 @@ cdbg I ga_nodeid(),'QDISTRIB',g_xx,i0,i1,j0,j1
|
|||
!
|
||||
! get the integrals we want
|
||||
!
|
||||
call int_mpole(jbas, ishell, ibas, jshell,
|
||||
call int_mpole(jbas, jshell, ibas, ishell,
|
||||
$ 2,
|
||||
$ center,
|
||||
$ mscratch, dbl_mb(k_scr), max1e, dbl_mb(k_buf))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue