ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/mdtools/md_code/simulation_module.F90
(Generate patch)

Comparing trunk/mdtools/md_code/simulation_module.F90 (file contents):
Revision 253 by chuckv, Thu Jan 30 15:20:21 2003 UTC vs.
Revision 264 by chuckv, Tue Feb 4 20:16:08 2003 UTC

# Line 135 | Line 135 | contains
135      integer :: natoms
136  
137      natoms = thisSim%nLRparticles
138 <    skin_thickness = thisSim%rlist
138 >    skin_thickness = thisSim%rlist - thisSim%rcut
139      dispmx = 0.0E0_DP
140      !! calculate the largest displacement of any atom in any direction
141      

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines