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

Comparing trunk/OOPSE-4/src/UseTheForce/doForces_interface.F90 (file contents):
Revision 2917 by chrisfen, Mon Jul 3 13:18:43 2006 UTC vs.
Revision 3129 by chrisfen, Fri Apr 20 18:15:48 2007 UTC

# Line 92 | Line 92 | subroutine notifyFortranCutoffs(this_rcut, this_rsw)
92  
93   end subroutine notifyFortranSkinThickness
94  
95 < subroutine notifyFortranCutoffs(this_rcut, this_rsw)
95 > subroutine notifyFortranCutoffs(this_rcut, this_rsw, this_sp, this_sf)
96    use doForces, ONLY : setCutoffs
97    use definitions, ONLY : dp
98  
99    real(kind=dp), intent(in) :: this_rcut, this_rsw
100 +  logical, intent(in) :: this_sp, this_sf
101  
102 <  call setCutoffs(this_rcut, this_rsw)
102 >  call setCutoffs(this_rcut, this_rsw, this_sp, this_sf)
103  
104   end subroutine notifyFortranCutoffs
105  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines