From 9cdd70055c34c03ffac185acf274f01d1b7346ed Mon Sep 17 00:00:00 2001 From: eap Date: Mon, 3 Apr 2006 10:57:56 +0000 Subject: [PATCH] fix the previous revision --- src/DriverUNV/DriverUNV_R_SMDS_Mesh.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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], -- 2.39.2