**** SIGNIFICANT CHANGE ****

Name uniformation NO MORE PLURALS IN NAMES
From UpdateNormals to UpdateNormal
This commit is contained in:
Paolo Cignoni 2012-10-09 07:55:30 +00:00
parent 905e1a7209
commit 34f4e6c98c
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ It must be included \b after complex.h
*/
template <class ComputeMeshType>
class UpdateNormals
class UpdateNormal
{
public:
typedef ComputeMeshType MeshType;