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

Comparing trunk/OOPSE-4/src/UseTheForce/DarkSide/electrostatic_interface.F90 (file contents):
Revision 2380 by chrisfen, Fri Sep 16 19:00:12 2005 UTC vs.
Revision 2381 by chrisfen, Tue Oct 18 15:01:42 2005 UTC

# Line 4 | Line 4 | subroutine setElectrostaticCutoffRadius(the_rcut)
4    call module_setESM(the_ESM)
5   end subroutine setElectrostaticSummationMethod
6  
7 < subroutine setElectrostaticCutoffRadius(the_rcut)
7 > subroutine setElectrostaticCutoffRadius(the_rcut, the_rsw)
8    use electrostatic_module, ONLY : module_setECR => setElectrostaticCutoffRadius
9    use definitions, ONLY : dp
10    real(kind=dp), intent(inout) :: the_rcut
11 <  call module_setECR(the_rcut)
11 >  real(kind=dp), intent(inout) :: the_rsw
12 >  call module_setECR(the_rcut, the_rsw)
13   end subroutine setElectrostaticCutoffRadius
14  
15   subroutine setDampedWolfAlpha(the_alpha)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines