| # | 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) { | |
| – | Removed lines | 
| + | Added lines | 
| < | Changed lines | 
| > | Changed lines |