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

Comparing trunk/OOPSE-4/src/UseTheForce/DarkSide/gb.F90 (file contents):
Revision 2226 by kdaily, Tue May 17 02:09:25 2005 UTC vs.
Revision 2277 by chrisfen, Fri Aug 26 21:30:41 2005 UTC

# Line 63 | Line 63 | module gb_pair
63    public :: check_gb_pair_FF
64    public :: set_gb_pair_params
65    public :: do_gb_pair
66 +  public :: getGayBerneCut
67  
68   contains
69  
# Line 88 | Line 89 | contains
89      return
90    end subroutine set_gb_pair_params
91  
92 +  function getGayBerneCut(atomID) result(cutValue)
93 +    integer, intent(in) :: atomID !! nah... we don't need to use this...
94 +    real(kind=dp) :: cutValue
95  
96 +    cutValue = gb_sigma*2.5_dp
97 +  end function getGayBerneCut
98 +
99    subroutine do_gb_pair(atom1, atom2, d, r, r2, sw, vpair, fpair, &
100         pot, A, f, t, do_pot)
101      

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines