--- branches/development/src/math/AlphaHull.cpp 2011/11/22 20:38:56 1665 +++ branches/development/src/math/AlphaHull.cpp 2012/01/06 19:03:05 1668 @@ -358,7 +358,7 @@ void AlphaHull::computeHull(std::vector facetlist.push_back(virtexlist); face.addVertices(p[0],p[1],p[2]); face.setFacetMass(faceMass); - face.setFacetVelocity(faceVel/3.0); + face.setFacetVelocity(faceVel / RealType(3.0)); RealType area = face.getArea(); area_ += area;