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

Comparing trunk/OOPSE/libmdtools/do_Forces.F90 (file contents):
Revision 1199 by gezelter, Thu May 27 15:21:20 2004 UTC vs.
Revision 1206 by tim, Thu May 27 19:51:18 2004 UTC

# Line 4 | Line 4
4  
5   !! @author Charles F. Vardeman II
6   !! @author Matthew Meineke
7 < !! @version $Id: do_Forces.F90,v 1.64 2004-05-27 15:21:20 gezelter Exp $, $Date: 2004-05-27 15:21:20 $, $Name: not supported by cvs2svn $, $Revision: 1.64 $
7 > !! @version $Id: do_Forces.F90,v 1.65 2004-05-27 19:51:18 tim Exp $, $Date: 2004-05-27 19:51:18 $, $Name: not supported by cvs2svn $, $Revision: 1.65 $
8  
9   module do_Forces
10    use force_globals
# Line 1131 | Line 1131 | contains
1131        endif
1132     enddo
1133    
1134 <   do i = 1, nSkipsForAtom(unique_id_1)
1135 <      if (skipsForAtom(unique_id_1, i) .eq. unique_id_2) then
1134 >   do i = 1, nSkipsForAtom(atom1)
1135 >      if (skipsForAtom(atom1, i) .eq. unique_id_2) then
1136           skip_it = .true.
1137           return
1138        endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines