--- trunk/src/math/AlphaHull.cpp 2014/04/15 12:12:23 1982 +++ trunk/src/math/AlphaHull.cpp 2014/04/15 20:36:19 1983 @@ -133,7 +133,7 @@ void AlphaHull::computeHull(vector bodyd localHullSites++; int idx = qh_pointid(vertex->point); - + indexMap.push_back(idx); coords.push_back(ptArray[dim_ * idx]);