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

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

# Line 364 | Line 364 | contains
364  
365      vpair = vpair + 4.0*eps*R126
366   #ifdef IS_MPI
367 <    id1 = tagRow(atom1)
368 <    id2 = tagColumn(atom2)
367 >    id1 = AtomRowToGlobal(atom1)
368 >    id2 = AtomColToGlobal(atom2)
369   #else
370      id1 = atom1
371      id2 = atom2

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines