ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE_old/src/mdtools/libmdCode/calc_reaction_field.F90
(Generate patch)

Comparing trunk/OOPSE_old/src/mdtools/libmdCode/calc_reaction_field.F90 (file contents):
Revision 330 by gezelter, Wed Mar 12 23:15:46 2003 UTC vs.
Revision 360 by gezelter, Tue Mar 18 16:46:47 2003 UTC

# Line 1 | Line 1
1   module reaction_field
2 <  use simulation
2 >  use force_globals
3    use definitions
4    use atype_module
5    use vector_class
# Line 17 | Line 17 | contains
17  
18   contains
19    
20 <  subroutine initialize_rf()
21 <    rrf = getRrf()
22 <    rt = getRt()
23 <    dielect = getDielect()
20 >  subroutine initialize_rf(this_rrf, this_rt, this_dielect)
21 >    real(kind=dp), intent(in) :: this_rrf, this_rt, this_dielect
22 >
23 >    rrf = this_rrf
24 >    rt = this_rt
25 >    dielect = this_dielect
26      
27      rrfsq = rrf * rrf
28      pre = 14.38362d0*2.0d0*(dielect-1.0d0)/((2.0d0*dielect+1.0d0)*rrfsq*rrf)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines