mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-12-30 19:30:35 +05:00
Updated for IPAL19826.
This commit is contained in:
parent
2a180e9a89
commit
a1e8ac1ffa
@ -810,6 +810,9 @@ bool StdMeshers_QuadToTriaAdaptor::Compute2ndPart(SMESH_Mesh& aMesh)
|
|||||||
// check intersections between created pyramids
|
// check intersections between created pyramids
|
||||||
int NbPyram = myMapFPyram.size();
|
int NbPyram = myMapFPyram.size();
|
||||||
//cout<<"NbPyram = "<<NbPyram<<endl;
|
//cout<<"NbPyram = "<<NbPyram<<endl;
|
||||||
|
if(NbPyram==0)
|
||||||
|
return true;
|
||||||
|
|
||||||
std::vector< const SMDS_MeshElement* > Pyrams(NbPyram);
|
std::vector< const SMDS_MeshElement* > Pyrams(NbPyram);
|
||||||
std::vector< const SMDS_MeshElement* > Faces(NbPyram);
|
std::vector< const SMDS_MeshElement* > Faces(NbPyram);
|
||||||
std::map< const SMDS_MeshElement*,
|
std::map< const SMDS_MeshElement*,
|
||||||
|
Loading…
Reference in New Issue
Block a user