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

Comparing branches/development/src/math/ConvexHull.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 274 | Line 274 | void ConvexHull::computeHull(std::vector<StuntDouble*>
274  
275      face.addVertices(p[0], p[1], p[2]);
276      face.setFacetMass(faceMass);
277 <    face.setFacetVelocity(faceVel/3.0);
277 >    face.setFacetVelocity(faceVel / RealType(3.0));
278      /*
279      RealType comparea = face.computeArea();
280      realT calcarea = qh_facetarea (facet);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines