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

Comparing trunk/OOPSE-4/src/UseTheForce/notifyCutoffs.F90 (file contents):
Revision 2204 by gezelter, Fri Apr 15 22:04:00 2005 UTC vs.
Revision 2262 by chuckv, Sun Jul 3 20:53:43 2005 UTC

# Line 42 | Line 42 | module notifyCutoffs
42   module notifyCutoffs
43  
44    use definitions
45 <  use doForces, only:       setRlistDF
45 >  use doForces, only:       createRCuts
46    use reaction_field, only: setCutoffsRF
47    use lj, only:             setCutoffLJ
48    use eam, only:            setCutoffEAM
# Line 107 | Line 107 | contains
107  
108      endif
109  
110 <    call setRlistDF( rlist )
110 >    call createRCuts( rlist )
111      call setCutoffsRF( rcut, rsw )
112      call setCutoffLJ( rcut, do_shift, localError )
113      call setCutoffEAM( rcut, localError)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines