From e652cc5a38d5d4e84744e57848bf2202caec73a9 Mon Sep 17 00:00:00 2001 From: ganovelli Date: Tue, 30 Sep 2008 10:42:55 +0000 Subject: [PATCH] [Namespaces changes] vert->vertex clean up of some namespaces to comply the following naming: Complexes (3 letters namespaces): order 0 (point cloud ) :vrt order 1 (edge meshes) :edg order 2 (triangle meshes) :tri order 3 (triangle meshes) :tet Simplexes (4 letters namespaces): order 0 (vertex) :vert order 1 (edge) :edge order 2 (triangle) :triangle order 3 (tetrahedron) :tetrahedron --- vcg/simplex/vertexplus/component_ocf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vcg/simplex/vertexplus/component_ocf.h b/vcg/simplex/vertexplus/component_ocf.h index 5285a17e..4ae8959d 100644 --- a/vcg/simplex/vertexplus/component_ocf.h +++ b/vcg/simplex/vertexplus/component_ocf.h @@ -97,7 +97,7 @@ Mainly the trick here is to store a base pointer in each simplex... #include namespace vcg { - namespace vert { + namespace vertex { /* All the Components that can be added to a vertex should be defined in the namespace vert: