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

Comparing:
trunk/OOPSE-4/src/UseTheForce/notifyCutoffs.F90 (file contents), Revision 1498 by tim, Tue Sep 28 21:08:18 2004 UTC vs.
branches/new_design/OOPSE-4/src/UseTheForce/notifyCutoffs.F90 (file contents), Revision 1683, Thu Oct 28 22:34:02 2004 UTC

# Line 1 | Line 1
1   module notifyCutoffs
2    
3    use definitions
4 <  use do_Forces, only:      setRlistDF
4 >  use doForces, only:       setRlistDF
5    use reaction_field, only: setCutoffsRF
6    use lj, only:             setCutoffLJ
7    use eam, only:            setCutoffEAM
# Line 75 | Line 75 | contains
75      end subroutine cutoffNotify
76  
77    end module notifyCutoffs
78 +  
79 +  subroutine notifyFortranCutoffs(this_rcut, this_rsw, this_rlist )
80 +    use notifyCutoffs
81 +    use definitions, ONLY : dp
82 +    
83 +    real(kind=dp), intent(in) :: this_rcut, this_rsw, this_rlist
84 +    
85 +    call cutoffNotify(this_rcut, this_rsw, this_rlist )
86 +    
87 +  end subroutine

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines