diff --git a/wrap/io_tetramesh/import_msh.h b/wrap/io_tetramesh/import_msh.h index d6a4cbdd..deaf58ab 100644 --- a/wrap/io_tetramesh/import_msh.h +++ b/wrap/io_tetramesh/import_msh.h @@ -94,7 +94,7 @@ class MshInfo typedef typename AttribTraits::Type AttrType; typedef typename MeshType::template PerVertexAttributeHandle AttrHandle; - AttrHandle handle = vcg::tetra::Allocator::template GetPerVertexAttribute(mesh, attrib_name); + AttrHandle handle = vcg::tri::Allocator::template GetPerVertexAttribute(mesh, attrib_name); size_t num_nodes = size_t(mesh.VN()); for (int i=0; i::Type AttrType; typedef typename MeshType::template PerFaceAttributeHandle AttrHandle; - AttrHandle handle = vcg::tetra::Allocator::template GetPerFaceAttribute(mesh, attrib_name); + AttrHandle handle = vcg::tri::Allocator::template GetPerFaceAttribute(mesh, attrib_name); size_t num_elements = size_t(mesh.TN()); for (int i=0; i