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

Comparing trunk/OOPSE-4/src/UseTheForce/DarkSide/electrostatic.F90 (file contents):
Revision 2441 by chrisfen, Tue Nov 15 19:42:22 2005 UTC vs.
Revision 2442 by chrisfen, Wed Nov 16 19:57:34 2005 UTC

# Line 1166 | Line 1166 | contains
1166            
1167         endif
1168  
1169 <    elseif (summationMethod .eq. SHIFTED_FORCE) then
1169 >    elseif ( (summationMethod .eq. SHIFTED_FORCE) .or. &
1170 >         (summationMethod .eq. SHIFTED_POTENTIAL) ) then
1171         if (ElectrostaticMap(atid1)%is_Charge) then
1172            c1 = getCharge(atid1)
1173            

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines