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 461 by chuckv, Fri Apr 4 22:22:30 2003 UTC vs.
Revision 462 by gezelter, Sat Apr 5 02:56:27 2003 UTC

# Line 4 | Line 4
4  
5   !! @author Charles F. Vardeman II
6   !! @author Matthew Meineke
7 < !! @version $Id: do_Forces.F90,v 1.9 2003-04-04 22:22:30 chuckv Exp $, $Date: 2003-04-04 22:22:30 $, $Name: not supported by cvs2svn $, $Revision: 1.9 $
7 > !! @version $Id: do_Forces.F90,v 1.10 2003-04-05 02:56:27 gezelter Exp $, $Date: 2003-04-05 02:56:27 $, $Name: not supported by cvs2svn $, $Revision: 1.10 $
8  
9   module do_Forces
10    use force_globals
# Line 543 | Line 543 | contains
543        
544         if ( is_DP_i .and. is_DP_j ) then
545            
546 <          call do_dipole_pair(natoms,i, j, d, r, rijsq, pot, u_l, f, t, &
546 >          call do_dipole_pair(i, j, d, r, rijsq, pot, u_l, f, t, &
547                 do_pot, do_stress)
548            if (FF_uses_RF .and. SimUsesRF()) then
549               call accumulate_rf(i, j, r, u_l)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines