--- branches/development/src/math/AlphaHull.cpp 2013/01/09 15:25:15 1824 +++ branches/development/src/math/AlphaHull.cpp 2013/01/09 19:27:52 1825 @@ -74,13 +74,14 @@ void AlphaHull::computeHull(std::vector void AlphaHull::computeHull(std::vector bodydoubles) { int numpoints = bodydoubles.size(); - bool alphashape=true; + // bool alphashape=true; Triangles_.clear(); - vertexT *vertex, **vertexp; + vertexT *vertex; + // vertexT **vertexp; facetT *facet, *neighbor; - setT *vertices, *verticestop, *verticesbottom; + // setT *vertices, *verticestop, *verticesbottom; int curlong, totlong; pointT *interiorPoint;