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

Comparing trunk/OOPSE/libmdtools/calc_sticky_pair.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 9 | Line 9
9   !! @author Matthew Meineke
10   !! @author Christopher Fennel
11   !! @author J. Daniel Gezelter
12 < !! @version $Id: calc_sticky_pair.F90,v 1.19 2004-05-24 21:03:25 gezelter Exp $, $Date: 2004-05-24 21:03:25 $, $Name: not supported by cvs2svn $, $Revision: 1.19 $
12 > !! @version $Id: calc_sticky_pair.F90,v 1.20 2004-05-27 00:48:12 tim Exp $, $Date: 2004-05-27 00:48:12 $, $Name: not supported by cvs2svn $, $Revision: 1.20 $
13  
14   module sticky_pair
15  
# Line 349 | Line 349 | contains
349   #endif
350  
351   #ifdef IS_MPI
352 <       id1 = tagRow(atom1)
353 <       id2 = tagColumn(atom2)
352 >       id1 = AtomRowToGlobal(atom1)
353 >       id2 = AtomColToGlobal(atom2)
354   #else
355         id1 = atom1
356         id2 = atom2

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines