--- branches/development/src/math/ConvexHull.cpp 2013/04/02 18:31:51 1855 +++ branches/development/src/math/ConvexHull.cpp 2013/04/02 21:30:34 1856 @@ -284,7 +284,7 @@ void ConvexHull::computeHull(std::vector qh_getarea(qh facet_list); volume_ = qh totvol; area_ = qh totarea; - // std::cout << "My volume is: " << calcvol << " qhull volume is:" << volume_ << std::endl; + // std::cout << " qhull volume is:" << volume_ << std::endl; qh_freeqhull(!qh_ALL); qh_memfreeshort(&curlong, &totlong); if (curlong || totlong) {