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)