mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-01-30 04:30:32 +05:00
Fix for Bug IPAL11836:
Hexahedrons are not restored from MED file
This commit is contained in:
parent
8e40a6015e
commit
924642c836
@ -817,6 +817,7 @@ Driver_Mesh::Status DriverMED_W_SMESHDS_Mesh::Perform()
|
||||
anElemNums = &aHexaElemNums;
|
||||
aFamilyNums = &aHexaFamilyNums;
|
||||
aConnectivity = &aHexaConn;
|
||||
break;
|
||||
case 10:
|
||||
aNbConnectivity = aNbTetra10Conn;
|
||||
anElemNums = &anTetra10ElemNums;
|
||||
|
Loading…
Reference in New Issue
Block a user