harmless warnings
This commit is contained in:
parent
9691602218
commit
d38b6b4a32
|
@ -261,10 +261,8 @@ template<class Scalar>
|
||||||
template<class MeshType>
|
template<class MeshType>
|
||||||
void Zonohedron<Scalar>::createMesh(MeshType &m){
|
void Zonohedron<Scalar>::createMesh(MeshType &m){
|
||||||
typedef MeshType Mesh;
|
typedef MeshType Mesh;
|
||||||
typedef typename Mesh::VertexPointer MeshVertexPointer;
|
|
||||||
typedef typename Mesh::VertexIterator MeshVertexIterator;
|
typedef typename Mesh::VertexIterator MeshVertexIterator;
|
||||||
typedef typename Mesh::FaceIterator MeshFaceIterator;
|
typedef typename Mesh::FaceIterator MeshFaceIterator;
|
||||||
typedef typename Mesh::FaceType MeshFace;
|
|
||||||
|
|
||||||
createInternalMesh();
|
createInternalMesh();
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue