ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-4/src/UseTheForce/doForces.F90
(Generate patch)

Comparing trunk/OOPSE-4/src/UseTheForce/doForces.F90 (file contents):
Revision 2231 by chrisfen, Wed May 18 18:31:40 2005 UTC vs.
Revision 2250 by chrisfen, Sun May 29 21:15:52 2005 UTC

# Line 45 | Line 45
45  
46   !! @author Charles F. Vardeman II
47   !! @author Matthew Meineke
48 < !! @version $Id: doForces.F90,v 1.18 2005-05-18 18:31:40 chrisfen Exp $, $Date: 2005-05-18 18:31:40 $, $Name: not supported by cvs2svn $, $Revision: 1.18 $
48 > !! @version $Id: doForces.F90,v 1.19 2005-05-29 21:15:52 chrisfen Exp $, $Date: 2005-05-29 21:15:52 $, $Name: not supported by cvs2svn $, $Revision: 1.19 $
49  
50  
51   module doForces
# Line 954 | Line 954 | contains
954         if (PropertyMap(me_i)%is_Electrostatic .and. &
955              PropertyMap(me_j)%is_Electrostatic) then
956            call doElectrostaticPair(i, j, d, r, rijsq, sw, vpair, fpair, &
957 <               pot, eFrame, f, t, do_pot, ebalance)
957 >               pot, eFrame, f, t, do_pot)
958         endif
959  
960         if (FF_uses_dipoles .and. SIM_uses_dipoles) then      
# Line 982 | Line 982 | contains
982         if ( PropertyMap(me_i)%is_StickyPower .and. &
983              PropertyMap(me_j)%is_StickyPower) then
984            call do_sticky_power_pair(i, j, d, r, rijsq, sw, vpair, fpair, &
985 <               pot, A, f, t, do_pot, ebalance)
985 >               pot, A, f, t, do_pot)
986         endif
987      endif
988      

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines