ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/OpenMD/branches/development/src/math/AlphaHull.cpp
(Generate patch)

Comparing branches/development/src/math/AlphaHull.cpp (file contents):
Revision 1665 by gezelter, Tue Nov 22 20:38:56 2011 UTC vs.
Revision 1668 by gezelter, Fri Jan 6 19:03:05 2012 UTC

# Line 358 | Line 358 | void AlphaHull::computeHull(std::vector<StuntDouble*>
358        facetlist.push_back(virtexlist);
359        face.addVertices(p[0],p[1],p[2]);
360        face.setFacetMass(faceMass);
361 <      face.setFacetVelocity(faceVel/3.0);
361 >      face.setFacetVelocity(faceVel / RealType(3.0));
362        
363        RealType area = face.getArea();
364        area_ += area;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines