From: eap Date: Mon, 3 Apr 2006 10:57:56 +0000 (+0000) Subject: fix the previous revision X-Git-Tag: T3_2_0b1_pre1~58 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=9cdd70055c34c03ffac185acf274f01d1b7346ed;p=modules%2Fsmesh.git fix the previous revision --- diff --git a/src/DriverUNV/DriverUNV_R_SMDS_Mesh.cxx b/src/DriverUNV/DriverUNV_R_SMDS_Mesh.cxx index 014690fbe..11050be8b 100644 --- a/src/DriverUNV/DriverUNV_R_SMDS_Mesh.cxx +++ b/src/DriverUNV/DriverUNV_R_SMDS_Mesh.cxx @@ -74,7 +74,7 @@ Driver_Mesh::Status DriverUNV_R_SMDS_Mesh::Perform() const TElementLab& aLabel = anIter->first; const TRecord& aRec = anIter->second; if(IsBeam(aRec.fe_descriptor_id)) { - switch ( aRec.fe_descriptor_id.size() ) { + switch ( aRec.node_labels.size() ) { case 2: // edge with two nodes anElement = myMesh->AddEdgeWithID(aRec.node_labels[0], aRec.node_labels[1],