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 2529 by chuckv, Wed Dec 7 19:58:18 2005 UTC vs.
Revision 2530 by chuckv, Fri Dec 30 00:18:28 2005 UTC

# Line 177 | Line 177 | contains
177  
178      ! check to see if this is the first time into
179      if (.not.associated(SCList%SCTypes)) then
180 <       call getMatchingElementList(atypes, "is_SuttonChen", .true., nSCtypes, MatchList)
180 >       call getMatchingElementList(atypes, "is_SC", .true., nSCtypes, MatchList)
181         SCList%nSCtypes = nSCtypes
182         allocate(SCList%SCTypes(nSCTypes))
183         nAtypes = getSize(atypes)
# Line 222 | Line 222 | contains
222      real(kind=dp) :: cutValue
223      
224      scID = SCList%atidToSCType(atomID)
225 <    cutValue = SCList%SCTypes(scID)%sc_rcut
225 >    cutValue = 2.0_dp * SCList%SCTypes(scID)%alpha
226    end function getSCCut
227  
228  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines