mirror of
https://github.com/cp2k/cp2k.git
synced 2026-07-28 22:25:32 -04:00
removed the integer pointer node in part
svn-origin-rev: 34
This commit is contained in:
parent
a3094f855c
commit
e266161639
1 changed files with 0 additions and 2 deletions
|
|
@ -101,7 +101,6 @@ SUBROUTINE initialize_molecule_type ( mol_setup, intra_param, &
|
|||
END DO
|
||||
DO iat = 1, size(pnode)
|
||||
pnode(iat) %p => part(iat)
|
||||
part(iat)%node = iat
|
||||
END DO
|
||||
|
||||
ELSE
|
||||
|
|
@ -140,7 +139,6 @@ SUBROUTINE initialize_molecule_type ( mol_setup, intra_param, &
|
|||
DO j = 1, molecule(imol) % natoms_mol
|
||||
k = k + 1
|
||||
pnode ( k ) % p => part ( atombase + j )
|
||||
part ( atombase + j ) % node = k
|
||||
END DO
|
||||
END DO
|
||||
END IF
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue