From 788292d06cbf3fa22d09f5f211a52ac7266170e4 Mon Sep 17 00:00:00 2001 From: nico Date: Mon, 3 Apr 2017 10:58:41 +0200 Subject: [PATCH] templates some functions on ScalarType instead of float --- vcg/complex/algorithms/stat.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vcg/complex/algorithms/stat.h b/vcg/complex/algorithms/stat.h index f7013d40..ed631ec7 100644 --- a/vcg/complex/algorithms/stat.h +++ b/vcg/complex/algorithms/stat.h @@ -211,7 +211,7 @@ public: return area/ScalarType(2.0); } - static void ComputePerVertexQualityDistribution( MeshType & m, Distribution &h, bool selectionOnly = false) // V1.0 + static void ComputePerVertexQualityDistribution( MeshType & m, Distribution &h, bool selectionOnly = false) // V1.0 { tri::RequirePerVertexQuality(m); for(VertexIterator vi = m.vert.begin(); vi != m.vert.end(); ++vi)