removed harmless gcc warnings
This commit is contained in:
parent
137c239375
commit
49bbc55cac
|
@ -222,8 +222,7 @@ bool RefineOddEvenE(MESH_TYPE &m, ODD_VERT odd, EVEN_VERT even, PREDICATE edgePr
|
|||
|
||||
|
||||
int j = 0;
|
||||
typename MESH_TYPE::FaceType::ColorType color[6]; // per ogni faccia sono al piu' tre i nuovi valori
|
||||
// di texture per wedge (uno per ogni edge)
|
||||
// di texture per wedge (uno per ogni edge)
|
||||
|
||||
typename MESH_TYPE::VertexIterator vi;
|
||||
typename MESH_TYPE::FaceIterator fi;
|
||||
|
|
|
@ -695,6 +695,7 @@ static int Open( OpenMeshType &m, const char * filename, PlyInfo &pi )
|
|||
|
||||
// axis (i.e. rotation).
|
||||
Matrix44<ScalarType> rm;
|
||||
rm.SetIdentity();
|
||||
rm[0][0] = ca.x_axisx;
|
||||
rm[0][1] = ca.x_axisy;
|
||||
rm[0][2] = ca.x_axisz;
|
||||
|
|
Loading…
Reference in New Issue