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

Comparing trunk/OOPSE-3.0/src/UseTheForce/DarkSide/suttonchen.F90 (file contents):
Revision 2460 by chuckv, Tue Nov 15 16:18:36 2005 UTC vs.
Revision 2461 by gezelter, Mon Nov 21 22:59:02 2005 UTC

# Line 431 | Line 431 | contains
431  
432  
433    !! Calculates rho_r
434 <  subroutine calc_sc_prepair_rho(atom1,atom2,d,r,rijsq)
434 >  subroutine calc_sc_prepair_rho(atom1,atom2,d,r,rijsq, rcut)
435      integer :: atom1,atom2
436      real(kind = dp), dimension(3) :: d
437      real(kind = dp), intent(inout)               :: r
438 <    real(kind = dp), intent(inout)               :: rijsq
438 >    real(kind = dp), intent(inout)               :: rijsq, rcut
439      ! value of electron density rho do to atom i at atom j
440      real(kind = dp) :: rho_i_at_j
441      ! value of electron density rho do to atom j at atom i
# Line 550 | Line 550 | contains
550  
551  
552    !! Does Sutton-Chen  pairwise Force calculation.  
553 <  subroutine do_sc_pair(atom1, atom2, d, rij, r2, sw, vpair, fpair, &
553 >  subroutine do_sc_pair(atom1, atom2, d, rij, r2, rcut, sw, vpair, fpair, &
554         pot, f, do_pot)
555      !Arguments    
556      integer, intent(in) ::  atom1, atom2
557 <    real( kind = dp ), intent(in) :: rij, r2
557 >    real( kind = dp ), intent(in) :: rij, r2, rcut
558      real( kind = dp ) :: pot, sw, vpair
559      real( kind = dp ), dimension(3,nLocal) :: f
560      real( kind = dp ), intent(in), dimension(3) :: d

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines