mirror of
https://github.com/nwchemgit/nwchem.git
synced 2026-07-26 21:25:29 -04:00
bug fix for commit 518b2b72b1
This commit is contained in:
parent
06909b1a91
commit
fdc654b515
1 changed files with 1 additions and 1 deletions
|
|
@ -79,7 +79,7 @@ c check if distrib by columns
|
|||
$ ('mp2: insufficient memory : bug ', nmo, MA_ERR)
|
||||
|
||||
do i=jlo,jhi
|
||||
if(i.le.nob) then
|
||||
if(i.le.noa) then
|
||||
call ga_get(g_p_ij_a,1,noa,i,i,dbl_mb(k_buf),noa)
|
||||
call ga_put(g_p_tot_a,1,noa,i,i,dbl_mb(k_buf),noa)
|
||||
else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue