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 694 by chuckv, Wed Aug 13 21:20:20 2003 UTC vs.
Revision 726 by tim, Tue Aug 26 20:37:30 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.29 2003-08-13 21:20:20 chuckv Exp $, $Date: 2003-08-13 21:20:20 $, $Name: not supported by cvs2svn $, $Revision: 1.29 $
7 > !! @version $Id: do_Forces.F90,v 1.30 2003-08-26 20:37:30 tim Exp $, $Date: 2003-08-26 20:37:30 $, $Name: not supported by cvs2svn $, $Revision: 1.30 $
8  
9   module do_Forces
10    use force_globals
# Line 784 | Line 784 | contains
784         call getElementProperty(atypes, me_j, "is_DP", is_DP_j)
785        
786         if ( is_DP_i .and. is_DP_j ) then
787          
787            call do_dipole_pair(i, j, d, r, rijsq, pot, u_l, f, t, &
788                 do_pot, do_stress)
789            if (FF_uses_RF .and. SimUsesRF()) then
# Line 809 | Line 808 | contains
808  
809      if (FF_uses_GB .and. SimUsesGB()) then
810  
811 +
812         call getElementProperty(atypes, me_i, "is_GB", is_GB_i)
813         call getElementProperty(atypes, me_j, "is_GB", is_GB_j)
814        

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines