diff --git a/vcg/complex/algorithms/create/zonohedron.h b/vcg/complex/algorithms/create/zonohedron.h index b4d79df6..fcc4be54 100644 --- a/vcg/complex/algorithms/create/zonohedron.h +++ b/vcg/complex/algorithms/create/zonohedron.h @@ -261,11 +261,9 @@ template template void Zonohedron::createMesh(MeshType &m){ typedef MeshType Mesh; - typedef typename Mesh::VertexPointer MeshVertexPointer; typedef typename Mesh::VertexIterator MeshVertexIterator; typedef typename Mesh::FaceIterator MeshFaceIterator; - typedef typename Mesh::FaceType MeshFace; - + createInternalMesh(); m.Clear();