--- branches/development/src/math/AlphaHull.cpp 2011/12/14 20:24:39 1667 +++ 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;