ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/OpenMD/trunk/src/applications/hydrodynamics/RoughShell.cpp
(Generate patch)

Comparing trunk/src/applications/hydrodynamics/RoughShell.cpp (file contents):
Revision 1207 by gezelter, Wed May 24 18:31:12 2006 UTC vs.
Revision 1208 by xsun, Wed Jan 16 20:19:28 2008 UTC

# Line 89 | Line 89 | namespace oopse {
89          for (int k = 0; k < numLattices; ++k) {
90            BeadLattice& currentBead = grid(i, j, k);
91            currentBead.origin = Vector3d((i-1)*sigma_ + boxBoundary.first[0], (j-1) *sigma_ + boxBoundary.first[1], (k-1)*sigma_+ boxBoundary.first[2]);
92 <          currentBead.radius = sigma_;
92 >          currentBead.radius = sigma_ / 2.0;
93            currentBead.interior = shape_->isInterior(grid(i, j, k).origin);                
94          }
95        }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines