From 34f4e6c98ce751d8185928cc4eab7ebbce0231ce Mon Sep 17 00:00:00 2001 From: cignoni Date: Tue, 9 Oct 2012 07:55:30 +0000 Subject: [PATCH] **** SIGNIFICANT CHANGE **** Name uniformation NO MORE PLURALS IN NAMES From UpdateNormals to UpdateNormal --- vcg/complex/algorithms/update/normal.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vcg/complex/algorithms/update/normal.h b/vcg/complex/algorithms/update/normal.h index 33e03d31..64cb341a 100644 --- a/vcg/complex/algorithms/update/normal.h +++ b/vcg/complex/algorithms/update/normal.h @@ -42,7 +42,7 @@ It must be included \b after complex.h */ template -class UpdateNormals +class UpdateNormal { public: typedef ComputeMeshType MeshType;