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

Comparing trunk/OOPSE/libmdtools/calc_dipole_dipole.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 197 | Line 197 | contains
197   #endif
198      
199   #ifdef IS_MPI
200 <    id1 = tagRow(atom1)
201 <    id2 = tagColumn(atom2)
200 >    id1 = AtomRowToGlobal(atom1)
201 >    id2 = AtomColToGlobal(atom2)
202   #else
203      id1 = atom1
204      id2 = atom2

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines