From b2758bcb39b143c8b68e512f45dd2b9e3557958a Mon Sep 17 00:00:00 2001 From: ganovelli Date: Tue, 30 Sep 2008 10:15:51 +0000 Subject: [PATCH] [Namespaces changes] edge->edg 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 --- wrap/io_edgemesh/export_svg.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wrap/io_edgemesh/export_svg.h b/wrap/io_edgemesh/export_svg.h index cde73d52..c25a177c 100644 --- a/wrap/io_edgemesh/export_svg.h +++ b/wrap/io_edgemesh/export_svg.h @@ -61,7 +61,7 @@ first working version namespace vcg { - namespace edge + namespace edg { namespace io {