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

Comparing trunk/OOPSE/libmdtools/notifyCutoffs.F90 (file contents):
Revision 845 by gezelter, Thu Oct 30 18:59:20 2003 UTC vs.
Revision 945 by gezelter, Thu Jan 15 01:14:55 2004 UTC

# Line 2 | Line 2 | module notifyCutoffs
2    
3    use definitions
4    use do_Forces, only:      setRlistDF
5 +  use charge_charge, only:  setCutoffsCharge
6    use dipole_dipole, only:  setCutoffsDipole
7    use reaction_field, only: setCutoffsRF
8    use lj, only:             setCutoffLJ
# Line 31 | Line 32 | module notifyCutoffs
32        endif
33  
34        call setRlistDF( rlist )
35 +      call setCutoffsCharge( ecr, rtaper )
36        call setCutoffsDipole( ecr, rtaper )
37        call setCutoffsRF( ecr, rtaper )
38        call setCutoffLJ( rcut, localError )

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines