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 2508 by gezelter, Mon Dec 12 19:32:50 2005 UTC vs.
Revision 2552 by chrisfen, Thu Jan 12 16:47:25 2006 UTC

# Line 1 | Line 1
1 < subroutine setElectrostaticSumMethod(the_ESM)
2 <  use electrostatic_module, ONLY : module_setESM => setElectrostaticSumMethod
1 > subroutine setElectrostaticSummationMethod(the_ESM)
2 >  use electrostatic_module, ONLY : module_setESM => setElectrostaticSummationMethod
3    integer,intent(inout) :: the_ESM
4    call module_setESM(the_ESM)
5 < end subroutine setElectrostaticSumMethod
5 > end subroutine setElectrostaticSummationMethod
6  
7   subroutine setScreeningMethod(the_SM)
8    use electrostatic_module, ONLY : module_setSM => setScreeningMethod

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines