From: enk Date: Fri, 26 May 2006 10:17:19 +0000 (+0000) Subject: Some fix X-Git-Tag: V3_2_0rc~7 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=99a51e20d45871a430924d4f10d318a1d0dfbc2b;p=modules%2Fsmesh.git Some fix --- diff --git a/src/DriverMED/DriverMED_R_SMESHDS_Mesh.cxx b/src/DriverMED/DriverMED_R_SMESHDS_Mesh.cxx index 4d466f8f5..eb55193ca 100644 --- a/src/DriverMED/DriverMED_R_SMESHDS_Mesh.cxx +++ b/src/DriverMED/DriverMED_R_SMESHDS_Mesh.cxx @@ -935,7 +935,7 @@ bool DriverMED_R_SMESHDS_Mesh::buildMeshGrille(const MED::PWrapper& theWrapper, switch(aGrilleInfo->GetGeom()){ case MED::eSEG2: if(aNodeIds.size() != 2){ - aRes = false; + res = false; EXCEPTION(runtime_error,"buildMeshGrille Error. Incorrect size of ids 2!="<AddEdgeWithID(aNodeIds[0], @@ -944,7 +944,7 @@ bool DriverMED_R_SMESHDS_Mesh::buildMeshGrille(const MED::PWrapper& theWrapper, break; case MED::eQUAD4: if(aNodeIds.size() != 4){ - aRes = false; + res = false; EXCEPTION(runtime_error,"buildMeshGrille Error. Incorrect size of ids 4!="<AddFaceWithID(aNodeIds[0], @@ -955,7 +955,7 @@ bool DriverMED_R_SMESHDS_Mesh::buildMeshGrille(const MED::PWrapper& theWrapper, break; case MED::eHEXA8: if(aNodeIds.size() != 8){ - aRes = false; + res = false; EXCEPTION(runtime_error,"buildMeshGrille Error. Incorrect size of ids 8!="<AddVolumeWithID(aNodeIds[0],