+ fix various warnings

This commit is contained in:
wmayer
2016-06-15 23:55:44 +02:00
parent c06464d475
commit ee3870fa54
5 changed files with 8 additions and 4 deletions

View File

@@ -118,7 +118,6 @@ FemMesh &FemMesh::operator=(const FemMesh& mesh)
void FemMesh::copyMeshData(const FemMesh& mesh)
{
SMESH_Mesh *test;
_Mtrx = mesh._Mtrx;
SMESHDS_Mesh* meshds = this->myMesh->GetMeshDS();