From 8bc9d1a1958677cedadaf3b00277ec6a11955ebf Mon Sep 17 00:00:00 2001 From: nicopietroni Date: Thu, 24 Dec 2015 10:53:18 +0000 Subject: [PATCH] templated ComputePerFaceQualityDistribution on mesh scalar type --- vcg/complex/algorithms/stat.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/vcg/complex/algorithms/stat.h b/vcg/complex/algorithms/stat.h index f90e51a2..3a53dc43 100644 --- a/vcg/complex/algorithms/stat.h +++ b/vcg/complex/algorithms/stat.h @@ -158,7 +158,8 @@ public: } } - static void ComputePerFaceQualityDistribution( MeshType & m, Distribution &h, bool selectionOnly = false) // V1.0 + static void ComputePerFaceQualityDistribution( MeshType & m, Distribution &h, + bool selectionOnly = false) // V1.0 { tri::RequirePerFaceQuality(m); for(FaceIterator fi = m.face.begin(); fi != m.face.end(); ++fi)