mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-12-27 09:50:34 +05:00
53076: OCC exception in Netgen algorithm (regression of StdMeshers_QuadToTriaAdaptor.cxx)
This commit is contained in:
parent
8ae4682461
commit
63d763e7b2
@ -764,7 +764,7 @@ bool StdMeshers_QuadToTriaAdaptor::Compute(SMESH_Mesh& aMesh,
|
|||||||
else
|
else
|
||||||
{
|
{
|
||||||
for ( TopExp_Explorer exp(aShape,TopAbs_FACE); exp.More(); exp.Next() )
|
for ( TopExp_Explorer exp(aShape,TopAbs_FACE); exp.More(); exp.Next() )
|
||||||
if (( aSubMeshDSFace = aProxyMesh->GetSubMesh( exp.Current() )))
|
if (( aSubMeshDSFace = meshDS->MeshElements( exp.Current() )))
|
||||||
itVec.push_back( aSubMeshDSFace->GetElements() );
|
itVec.push_back( aSubMeshDSFace->GetElements() );
|
||||||
}
|
}
|
||||||
typedef
|
typedef
|
||||||
|
Loading…
Reference in New Issue
Block a user