mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-01-05 06:10:33 +05:00
Regression of SMESH_TEST/Grids/smesh/imps/H2
This commit is contained in:
parent
e57adf25d6
commit
5aacc45760
@ -387,7 +387,7 @@ Driver_Mesh::Status DriverCGNS_Write::Perform()
|
||||
// Write polyhedral volumes
|
||||
// -------------------------
|
||||
|
||||
if ( myMesh->GetMeshInfo().NbElements() != cgID ) // polyhedra or hexagonal prisms remain
|
||||
if ( myMesh->GetMeshInfo().NbElements() > cgID-1 ) // polyhedra or hexagonal prisms remain
|
||||
{
|
||||
// the polyhedron (NFACE_n) is described as a set of signed face IDs,
|
||||
// so first we are to write all polygones (NGON_n) bounding polyhedrons
|
||||
|
Loading…
Reference in New Issue
Block a user