ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE/libmdtools/calc_charge_charge.F90
(Generate patch)

Comparing trunk/OOPSE/libmdtools/calc_charge_charge.F90 (file contents):
Revision 1192 by gezelter, Mon May 24 21:03:30 2004 UTC vs.
Revision 1198 by tim, Thu May 27 00:48:12 2004 UTC

# Line 139 | Line 139 | contains
139   #endif
140  
141   #ifdef IS_MPI
142 <    id1 = tagRow(atom1)
143 <    id2 = tagColumn(atom2)
142 >    id1 = AtomRowToGlobal(atom1)
143 >    id2 = AtomColToGlobal(atom2)
144   #else
145      id1 = atom1
146      id2 = atom2

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines