harmless warnings

This commit is contained in:
Paolo Cignoni 2018-11-28 18:57:47 +01:00
parent 9691602218
commit d38b6b4a32
1 changed files with 1 additions and 3 deletions

View File

@ -261,11 +261,9 @@ template<class Scalar>
template<class MeshType>
void Zonohedron<Scalar>::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();