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

Comparing trunk/OOPSE-4/src/UseTheForce/doForces.F90 (file contents):
Revision 2317 by chrisfen, Wed Sep 21 17:20:14 2005 UTC vs.
Revision 2323 by chuckv, Fri Sep 23 20:31:02 2005 UTC

# Line 45 | Line 45
45  
46   !! @author Charles F. Vardeman II
47   !! @author Matthew Meineke
48 < !! @version $Id: doForces.F90,v 1.48 2005-09-21 17:20:10 chrisfen Exp $, $Date: 2005-09-21 17:20:10 $, $Name: not supported by cvs2svn $, $Revision: 1.48 $
48 > !! @version $Id: doForces.F90,v 1.49 2005-09-23 20:31:02 chuckv Exp $, $Date: 2005-09-23 20:31:02 $, $Name: not supported by cvs2svn $, $Revision: 1.49 $
49  
50  
51   module doForces
# Line 136 | Line 136 | module doForces
136  
137    integer, save :: cutoffPolicy = TRADITIONAL_CUTOFF_POLICY
138    real(kind=dp),save :: defaultRcut, defaultRsw, defaultRlist
139 +  real(kind=dp),save :: listSkin
140    
141   contains
142  
# Line 411 | Line 412 | contains
412            gtypeCutoffMap(i,j)%rcut = thisRcut
413            gtypeCutoffMap(i,j)%rcutsq = thisRcut*thisRcut
414            skin = defaultRlist - defaultRcut
415 +          listSkin = skin ! set neighbor list skin thickness
416            gtypeCutoffMap(i,j)%rlistsq = (thisRcut + skin)**2
417  
418            ! sanity check
# Line 659 | Line 661 | contains
661      integer :: propPack_i, propPack_j
662      integer :: loopStart, loopEnd, loop
663      integer :: iHash
664 <    real(kind=dp) :: listSkin = 1.0  
664 >  
665  
666      !! initialize local variables  
667  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines