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

Comparing trunk/OOPSE/libmdtools/calc_reaction_field.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 322 | Line 322 | contains
322   #endif
323  
324   #ifdef IS_MPI
325 <       id1 = tagRow(atom1)
326 <       id2 = tagColumn(atom2)
325 >       id1 = AtomRowToGlobal(atom1)
326 >       id2 = AtomColToGlobal(atom2)
327   #else
328         id1 = atom1
329         id2 = atom2

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines