mirror of
https://github.com/cp2k/cp2k.git
synced 2026-07-28 14:15:19 -04:00
define vars
svn-origin-rev: 13987
This commit is contained in:
parent
5ba1805f0a
commit
e86933e99f
1 changed files with 2 additions and 1 deletions
|
|
@ -576,7 +576,8 @@ CONTAINS
|
|||
|
||||
#if defined __GEMINI || __SEASTAR
|
||||
INTEGER :: src_x, src_y, src_z,&
|
||||
dest_x, dest_y, dest_z
|
||||
dest_x, dest_y, dest_z,&
|
||||
x, y, z
|
||||
REAL :: tmp
|
||||
|
||||
CALL ma_get_host_coordinates(src,src_x, src_y, src_z)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue