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 626 by mmeineke, Wed Jul 16 21:30:56 2003 UTC vs.
Revision 669 by chuckv, Thu Aug 7 00:47:33 2003 UTC

# Line 5 | Line 5 | module notifyCutoffs
5    use dipole_dipole, only:  setCutoffsDipole
6    use reaction_field, only: setCutoffsRF
7    use lj, only:             setCutoffLJ
8 <
8 >  use eam, only:            setCutoffEAM
9    implicit none
10  
11    PRIVATE
# Line 32 | Line 32 | module notifyCutoffs
32        call setCutoffsDipole( ecr, rtaper )
33        call setCutoffsRF( ecr, rtaper )
34        call setCutoffLJ( rcut, localError )
35 +      call setCutoffEAM(rcut,localError)
36  
37      end subroutine cutoffNotify
38  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines