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 1850 by gezelter, Wed Feb 20 15:39:39 2013 UTC vs.
Revision 1856 by gezelter, Tue Apr 2 21:30:34 2013 UTC

# Line 284 | Line 284 | void ConvexHull::computeHull(std::vector<StuntDouble*>
284    qh_getarea(qh facet_list);
285    volume_ = qh totvol;
286    area_ = qh totarea;
287 <  //  std::cout << "My volume is: " << calcvol << " qhull volume is:" << volume_ << std::endl;
287 >  // std::cout << " qhull volume is:" << volume_ << std::endl;
288    qh_freeqhull(!qh_ALL);
289    qh_memfreeshort(&curlong, &totlong);
290    if (curlong || totlong) {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines