From: eap Date: Thu, 2 Mar 2017 17:28:59 +0000 (+0300) Subject: IPAL54004: Quadratic pyramids incorectly imported from UNV X-Git-Tag: V8_3_0a2~9 X-Git-Url: http://git.salome-platform.org/gitweb/?p=modules%2Fsmesh.git;a=commitdiff_plain;h=8f8c86b463e9f3dc2a51d8f66873a6794292c229 IPAL54004: Quadratic pyramids incorectly imported from UNV --- diff --git a/src/DriverUNV/DriverUNV_R_SMDS_Mesh.cxx b/src/DriverUNV/DriverUNV_R_SMDS_Mesh.cxx index aade6ceae..27576a613 100644 --- a/src/DriverUNV/DriverUNV_R_SMDS_Mesh.cxx +++ b/src/DriverUNV/DriverUNV_R_SMDS_Mesh.cxx @@ -374,6 +374,9 @@ Driver_Mesh::Status DriverUNV_R_SMDS_Mesh::Perform() aRec.node_labels[6], aRec.node_labels[4], aRec.node_labels[2], + + aRec.node_labels[12], + aRec.node_labels[7], aRec.node_labels[5], aRec.node_labels[3], @@ -383,7 +386,6 @@ Driver_Mesh::Status DriverUNV_R_SMDS_Mesh::Perform() aRec.node_labels[11], aRec.node_labels[10], aRec.node_labels[9], - aRec.node_labels[12], aRec.label); break;