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 2277 by chrisfen, Fri Aug 26 21:30:41 2005 UTC vs.
Revision 2279 by chrisfen, Tue Aug 30 18:23:50 2005 UTC

# Line 89 | Line 89 | contains
89      return
90    end subroutine set_gb_pair_params
91  
92 +  !! gay berne cutoff should be a parameter in globals, this is a temporary
93 +  !! work around - this should be fixed when gay berne is up and running
94    function getGayBerneCut(atomID) result(cutValue)
95      integer, intent(in) :: atomID !! nah... we don't need to use this...
96      real(kind=dp) :: cutValue
97  
98 <    cutValue = gb_sigma*2.5_dp
98 >    cutValue = gb_l2b_ratio*gb_sigma*2.5_dp
99    end function getGayBerneCut
100  
101    subroutine do_gb_pair(atom1, atom2, d, r, r2, sw, vpair, fpair, &

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines