mirror of
https://github.com/cp2k/cp2k.git
synced 2026-07-28 14:15:19 -04:00
parent
7597ec984f
commit
4c813be666
1 changed files with 1 additions and 1 deletions
|
|
@ -563,7 +563,7 @@ CONTAINS
|
|||
factor2 = 0.0_dp
|
||||
IF (pos1*pos2 /= 0.0_dp) THEN
|
||||
pos1i = 1.0_dp/pos1
|
||||
pos2i = 1.0_dp/pos1
|
||||
pos2i = 1.0_dp/pos2
|
||||
dpos1 = pos1i*r1
|
||||
dpos2 = pos2i*r2
|
||||
ptcos = DOT_PRODUCT(r1, r2)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue