mirror of
https://github.com/nwchemgit/nwchem.git
synced 2026-07-28 06:05:44 -04:00
bug fix...EJB
This commit is contained in:
parent
0c318d0999
commit
cf8ac45d08
1 changed files with 1 additions and 1 deletions
|
|
@ -346,7 +346,7 @@ c **** MM/MM LJ self image energy ****
|
|||
jj = katm(j)
|
||||
e1 = dbl_mb(epsilon_all(1)+(jj-1)*nkatm+jj-1)
|
||||
s1 = dbl_mb(sigma_all(1) +(jj-1)*nkatm+jj-1)
|
||||
if ((e2.gt.1.0d-11)) then
|
||||
if ((e1.gt.1.0d-11)) then
|
||||
E = E + pspw_VLJ_E_periodic_image(e1,s1,nshl3d,rcell)
|
||||
end if
|
||||
end if
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue